sarah Posted March 17, 2009 Report Posted March 17, 2009 anartem Home Quem Somos Mosaicos Galeria Novidades Cursos Como Aderir Links Quote
jlhaslip Posted March 18, 2009 Report Posted March 18, 2009 (edited) Set the margins/padding on the H1 to zero and see what happens. h1 { margin: 0; padding: 0; } Or the ul... ul { margin:0; padding:0; } Many of us use a Universal reset on the entire set of elements like so: * { margin: 0; padding: 0; } Edited March 18, 2009 by jlhaslip Quote
sarah Posted March 18, 2009 Author Report Posted March 18, 2009 Thank you! Margin & padding: 0 on the ul fixed it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.