Snap Theme Blog
-
Hi, I’ve had the Snap theme for some time now, but am not happy with the Blog page look. I’d like to make the widget sidebar smaller so that the blog content isn’t so cramped. I’ve tried plugging in things in the CSS customization tab but to no avail. Thanks in advance for your help!
-Monica
The blog I need help with is: (visible only to logged in users)
-
Hi Monica,
Seeing as your sidebar is already pretty skinny a different approach would be to increase the width of the entire content area on screens that are big enough. This way the sidebar and main content area are both proportionately wider and you get to keep the nice even columns. Try adding the following code to your custom CSS and let me know what you think. You can of course change the values if you like, or set up multiple options for laptop and wide-screen viewers – just be aware that your theme images won’t always scale up too!
@media screen and (min-width:1200px) { #main-header, .frame { min-width: 1100px; } }If you do this you should also set the media width setting just under the CSS area in the customiser to match so your theme knows that full width images should be larger.
- The topic ‘Snap Theme Blog’ is closed to new replies.