dvanton 0 Report post Posted January 20, 2011 Hi There, I am using iBlogPro4 and so far I have been using full width pages. Recently, I wanted to add a blog page and have a SideBar on this page, but I can't seem to get the posts to adjust for the sidebar. I have tried every possible combination (Pages and Posts) and can't seem to get it to work. The SideBar IS showing up, but it's showing up under the test posts... Any thoughts would be greatly appreciated. Here is the test site: www.essencebracelets.com/blog Thanks so much. Dave. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 21, 2011 `.blog #maincontent{width:640px}` Paste in Custom Code > Custom CSS. Thanks, Bryan Share this post Link to post Share on other sites
dvanton 0 Report post Posted January 21, 2011 WOW! That worked! thanks Bryan... Now, when I click on the post to take me to the post page - I have the same issue. Any suggestions for the CSS there? Post page: http://www.essencebracelets.com/uncategorized/test-5 Thanks again!. Dave Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 21, 2011 We'll simply update the code to: `.blog #maincontent, .single-post #maincontent{width:640px}` Thanks, Bryan Share this post Link to post Share on other sites
dvanton 0 Report post Posted January 21, 2011 Bryan, once again - Thank you! It totally solved it... Share this post Link to post Share on other sites