Forums
Forums / Theme: Editor / Sidebar width
(@grasshoppa)
11 years, 1 month ago
Hi.
How do I change the width of the sidebar in this theme, if possible? Been searching through the style.css and cant seem to find it.
Thank you.
(@mindctrl)
Hi,
The sidebar width is controlled by .site-header in CSS. The default width is 20%. You can override that using the Editor child theme, by adding some CSS to the style.css in that child theme.
.site-header
Something like: .site-header { width: 25%; }
.site-header { width: 25%; }
Allright, thank you very much!
Reesolved
The topic ‘Sidebar width’ is closed to new replies.