[Resolved] Change width of right sidebar in more then steps of 5%

Home Forums Support [Resolved] Change width of right sidebar in more then steps of 5%

Home Forums Support Change width of right sidebar in more then steps of 5%

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2147185
    Yolanda

    Hello support,

    How can I change the width of my right sidebar in more steps than 5%?

    https://i.postimg.cc/6qC8yk6h/2022-03-06-at-20-15-33.jpg

    Thank you!
    Yolanda, NL

    https://www.yory.nl/

    #2147196
    Ying
    Staff
    Customer Support

    Hi Yolanda,

    5% is the smallest value that you can adjust in the customizer.

    But feel free to use CSS to do more accurate adjusting, something like this:

    .site .site-content > .content-area {
        width: 77%;
    }
    .site .site-content > .sidebar.widget-area {
        width: 23%;
    }

    Just make sure the total of the 2 values equals to 100% ๐Ÿ™‚

    #2147734
    Yolanda

    Thank you, that worked!

    #2148545
    Ying
    Staff
    Customer Support

    You are welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.