Tagged: whitespace
Hi,
On http://dev.strila.nl/ericclaus/biografie/ I’m trying to get 60px of whitespace between some elements:
This is more than 60px. When I set the whitespace to 0, I still get 100px of space between the elements. Can you help me to get the actual 60px of space?
Thanks!
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue
Sure!
Hi,
Replicate what i’ve did with the first spacer.
Problem is, when you leave an element uncontained an automated color section will be created for it, and that will have the default section padding settings (which are 50px top and bottom), what you need to do is contain the element and set the padding to zero.
I also disabled the min-height sections have with this CSS in style.css:
.avia-section{
min-height: initial;
}
Best regards,
Josue
Hey Josue,
Your explanation makes perfect sense, thanks for that and for the first example. It looks good now.
PS. Weekend service +1!
Glad to help, have a nice weekend :)
Best regards,
Josue