Jump to content
Sign in to follow this  
tim4708

Using Firebug to Alter Page Layout

Recommended Posts

tim4708

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

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

div.textwidget{ height: 594px; padding-left: 350px; padding-top: 20px; width: 960px; }

Share this post


Link to post
Share on other sites
tim4708

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×