butterfink 0 Report post Posted July 8, 2011 Hi there, I am not very savvy with website creation. But What I am looking to do is just widen the website. It feels a bit slim to me. How would I do this? Share this post Link to post Share on other sites
butterfink 0 Report post Posted July 8, 2011 I would also like to know the command to edit the width of the widget side bar thanks. Share this post Link to post Share on other sites
bevj 0 Report post Posted July 8, 2011 what theme are you using? Share this post Link to post Share on other sites
butterfink 0 Report post Posted July 8, 2011 I blog pro Share this post Link to post Share on other sites
catrina 103 Report post Posted July 9, 2011 You can increase the overall width of the site and the sidebar using Firebug and CSS. For example, this CSS code (placed in Settings > Custom Code > CSS Rules) can change the width of the sidebar: #sidebar {width: WIDTHVALUEpx;} This means that the column that contains content and the overall site width will also need to increase. For more info on how CSS customizations can be done, please see here: http://www.pagelines.com/docs/?s=firebug#101 Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
butterfink 0 Report post Posted July 10, 2011 Hi again, Thanks Catrina for your help.. Only problem I am having is finding what the command would be for making the post wider. The sidebar command worked. But i cant find with my firebug what the name of the post container would be. Any ideas? I just want to widen the post by about 100 extra pixles. Share this post Link to post Share on other sites
kastelic 6 Report post Posted July 11, 2011 link to site? Share this post Link to post Share on other sites
butterfink 0 Report post Posted July 11, 2011 www.cnatrainingcertificationclasses.com Share this post Link to post Share on other sites
catrina 103 Report post Posted July 12, 2011 Add this CSS: #maincontent {width: 740px;} Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites