shrink the width of blog page
-
I want to shrink the width of the blog page so the background is more visibl
The blog I need help with is: (visible only to logged in users)
-
Here is an example you can start with that adjusts the width of the Elemin theme:
#page { width: 800px; } body.content-sidebar .one-col-posts #primary, body.sidebar-content .one-col-posts #primary { width: 70%; } #secondary { width: 25%; }Update the numbers until it looks how you want.
Keep in mind that different people have different screen widths and they already see more or less of the background image depending on their monitor size and settings.
-
- The topic ‘shrink the width of blog page’ is closed to new replies.