tim4708 0 Report post Posted March 6, 2011 Hello, Using Firebug, I am able to modify the layout which corresponds to <div class = "widget-pad">...the column of text on the left side of this webpage. After these modifications are made, I have the following CSS: element.style { height: 20px; padding-left: 350px; padding-top: 20px; width: 250px; } However, when I copy and paste this to Custom CSS, the change which was visible in Firebug does not take effect. Please advise. Thanks. Share this post Link to post Share on other sites
catrina 103 Report post Posted March 6, 2011 The CSS for the text column is actually div.textwidget instead of element.style, so that may be why the CSS isn't working. Where did you find the element.style CSS? 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
tim4708 0 Report post Posted March 7, 2011 div.textwidget{ height: 594px; padding-left: 350px; padding-top: 20px; width: 960px; } Share this post Link to post Share on other sites
tim4708 0 Report post Posted March 7, 2011 Thanks, I added the above and it worked. I found the element.style CSS under <div class = "widget-pad"> Firebug -> Style Share this post Link to post Share on other sites