Full Page Width for Post
-
Hi I created a post and I would like this to spread out making it look wider. What is the CSS code for this?
Thanks
http://blissfulangelie.com/2014/10/22/aloha-kiss-life-hello/The blog I need help with is: (visible only to logged in users)
-
Hi there, I used the web inspector in my browser and found that there is a right margin of 450px set on the content area where the sidebar would normally be. Since you asked about single post pages, we can use the .single CSS body class to limit our change to just single post pages by preceding the normal .site-content selector with .single like this.
.single .site-content { margin-right: 0; }
- The topic ‘Full Page Width for Post’ is closed to new replies.