• Open
  • 29.10.2021 at 12:30 #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: 1010
    01.11.2021 at 09:42 #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
    03.11.2021 at 08:52 #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
    03.11.2021 at 19:44 #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
    04.11.2021 at 07:00 #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: 1010
    22.11.2021 at 09:03 #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.