retro-fitted: Column Width
-
Hello,
how can I make the main post column wider? I had tried a few codes I found on other threads but none seem to work with my template.Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
-
how can I make the main post column wider?
To make the main post column wider and the sidebar smaller, add this to your Appearance → Custom Design → CSS editor:
.content-sidebar #sidebar-primary, .layout-default #sidebar-primary { width: 225px; } .content-sidebar #content, .layout-default #content { width: 770px; }You should also update the limit width value at the bottom of the Appearance → Custom Design → CSS page to match the main content area width, so 770 in this case.
-
- The topic ‘retro-fitted: Column Width’ is closed to new replies.