Hi!
When you choose a boxed layout is there a way to remove the top padding ?
There is a space around 30px at the top before the page starts.
Kindest Regards
Paul L.
Hi!
When you choose a boxed layout is there a way to remove the top padding ?
There is a space around 30px at the top before the page starts.
Kindest Regards
Paul L.
Hey,
Just drop this on your custom.css
.boxed #wrap_all {
margin: 0 auto 30px auto;
width: 990px;
}
Regards,
Ismael
Worked like a charm! Thanx!
This topic has been closed to new replies.