CSS sidebar width, Plane Theme
-
I’ve tried everything (in my very limited brain bank) I know to reduce the sidebar width with CSS. Can anyone point me in the right direction please?
The blog I need help with is: (visible only to logged in users)
-
Let’s try this style and see if you like the result:
@media only screen and (min-width: 1024px){ .site-main { margin-right: 20%; } .site-content .widget-area { width: 23%; } } -
Fabulous!
I tweaked the margin to 30% and it’s perfect.
Thank you so very much!
#HappyDance
- The topic ‘CSS sidebar width, Plane Theme’ is closed to new replies.