• Open
  • October 29, 2021 at 12:30 pm #47377

    Another short question:

    How can I manage the size of the right hand side widget area ?
    I would love to make it a bit smaller that the blog posts gain more space on the side.
    Is there a way to tweak this ?

    All the best,
    Ekki

    Evgeny
    Keymaster
    Posts: 983
    November 1, 2021 at 9:42 am #47387

    Unfortunately, no. But I can try and help you with some CSS code. What page are we talking about? Inner pages or home page or where exactly?

    Ekkehard Brüggemann
    Spectator
    Posts: 10
    November 3, 2021 at 8:52 am #47411

    The page is

    https://www.anboernssoll.de/wp/wp-admin/

    It´s the widget area on the right hand side which needs resizing (side layer 1)…

    The whole size of the page is 1280px – the area right should be around 580px but stay responsive.

    Thank you for your kind support. I really appreciate it!

    Ekkehard Brüggemann
    Spectator
    Posts: 10
    November 3, 2021 at 7:44 pm #47425

    are there probably some settings in the customizer ? Only thing I can change is the size of the whole size with 1280px

    Ekkehard Brüggemann
    Spectator
    Posts: 10
    November 4, 2021 at 7:00 am #47427

    Hi Evgeny.

    I found a solution on another forum.

    Does this break something ?

    @media (min-width: 768px) {
    	#primary {
        -ms-flex: 0 0 80.000000%;
        flex: 0 0 80.000000%;
        max-width: 80.000000%;
    }
      #secondary {
        -ms-flex: 0 0 20.000000%;
        flex: 0 0 20.000000%;
        max-width: 20.000000%;
      }
    }
    
    #secondary-2 {
        -ms-flex: 0 0 20.000000%;
        flex: 0 0 20.000000%;
        max-width: 20.000000%;
    }
    Evgeny
    Keymaster
    Posts: 983
    November 22, 2021 at 9:03 am #47473

    Hi Ekkehard, I’m sorry it took me so long to respond. Health issues. It looks fine, shouldn’t break anything I can thank of.