Adjusting Blog Post Width
-
Hi there!
I’ve removed the sidebar from blog posts on my Zuki theme, however was hoping that there was some CSS I could add that would widen the post area so it stretches more across the screen?
For example in this blog post: http://dearlyme.com/2015/12/16/the-beginners-guide-to-social-media/
Thanks so much,
SarahThe blog I need help with is: (visible only to logged in users)
-
Hi Sarah,
unfortunately I can’t see your blog live at the moment, but I think the following custom CSS should help:
@media screen and (min-width: 1023px) { .single-post #primary { width: 90%; float: none; } }Best, Ellen
- The topic ‘Adjusting Blog Post Width’ is closed to new replies.