Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #639945

    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!

    #639967

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #639969

    Sure!

    #639976

    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

    #639978

    Hey Josue,

    Your explanation makes perfect sense, thanks for that and for the first example. It looks good now.

    PS. Weekend service +1!

    #639981

    Glad to help, have a nice weekend :)

    Best regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.