shrink the width of the right sidebar
-
i’m in clean home theme. i would like to shrink the width of the right sidebar and expand the main section
The blog I need help with is: (visible only to logged in users)
-
Here’s a related question (only they did the opposite by making the main section smaller, so you’d want to do the opposite).
https://en.forums.wordpress.com/topic/change-the-width-of-main-column?replies=3Here an example you can start with:
.content { width: 710px; } .post img { max-width: 680px; } #sidebar { width: 160px; }
- The topic ‘shrink the width of the right sidebar’ is closed to new replies.