Changing the width of Sidebar
-
I would like to change the width of the sidebar in the Lifestyle theme. Does anyone know the code to do that?
The blog I need help with is: (visible only to logged in users)
-
Hi there, these are the two CSS rules you will need. The first is the content area width and the second is the sidebar width. Whatever you add or take away from the sidebar, add to the width of the content area in the first rule so that spacing will remain consistent.
.content-sidebar #content, .sidebar-content #content { width: 600px; } .sidebar { width: 250px; }
- The topic ‘Changing the width of Sidebar’ is closed to new replies.