Site logo

Archived topic

Change width of right sidebar in more then steps of 5%

3 replies · Started by Yolanda on March 8, 2022

Viewing posts 1–4 of 4

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% :)

Thank you, that worked!

You are welcome :)

This archived topic is closed to new replies.