edwelly 0 Report post Posted February 15, 2011 Hello all. I am using the iBlogPro and would like to remove the sidebar completely and use full page width on certain posts. How do I do that? I can get the sidebar to not show up but I can;t seem to get it to allow me to use full-width. Thanks for your help - I appreciate it! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 16, 2011 Find the ids and selectors you need using: http://www.pagelines.com/docs/changing-colors-fonts then apply this style to them: `.whatever{display:none}` and then add to Custom Code > Custom CSS. Thanks, Bryan Share this post Link to post Share on other sites
edwelly 0 Report post Posted February 17, 2011 Hi Bryan. I am not sure I understand how editing the CSS file will allow me the option of using full width. I know I am not going to utilize the drag n' drop side bar so maybe you can use that for an example. I appreciate the help! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 17, 2011 Get me the links to the pages that you do not want a sidebar on and I'll do the rest. Thanks, Bryan Share this post Link to post Share on other sites
edwelly 0 Report post Posted February 17, 2011 Hey Bryan, I really appreciate this. Here is one that I just mocked up for you: http://dwellydesigns.biz/wordpress/bts/2011/uncategorized/full-width-post/ let me know if you need anything else and thanks again! Erik Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 18, 2011 `.postid-114 #maincontent{width:960px}` Thanks, Bryan Share this post Link to post Share on other sites
edwelly 0 Report post Posted February 18, 2011 Ok, that was just too darn cool. Sorry for not understanding .css as much as I should and thank you VERY, VERY much for taking the time to do that for me. Share this post Link to post Share on other sites