Blog post layout
-
Is there a way of keeping the lines on a post closer together? The width of the posts seem to be too close to the sidebar too. I tried to alter the you tube video size but couldn’t quite understand it. I just think the posts are too large.
Thank you for your help.
Isadorahttp://insidethemindofisadora.com/2015/08/27/nurture-yourself-with-music/
The blog I need help with is: (visible only to logged in users)
-
Hi, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to narrow the main post/page content area. Originally it was 74.59%. I arbitrarily used 70%, but you can adjust that as you desire. I’ve done this in a Media Query which limits this change to 881px and wider screens/windows. At 880px and narrower, the sidebar moves down below the content so that the content can have full width on smaller screens and we don’t want to mess with the width for those smaller screens.
@media screen and (min-width: 881px) { #main.one-sidebar { width: 70%; } }
- The topic ‘Blog post layout’ is closed to new replies.