Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #838945

    Hi,

    on http://intertrans.nummer5.de I am playing around with the negative margin, which works even fine when overlapping a slider element. Great!
    But for some reason, there is some extra white space below the slider and icons and the following color section with the globe background. I simply cannot figure out what is causing that extra white, so your help is highly appreciated, thanks.

    Cheers, Sebastian

    #838992

    Hey Sebastian,

    Add the following to quick css:

    #av_section_1{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #839154

    Hi Jordan

    thanks for your kind assistance. This really kills the unwanted whitespace, but the buttons become invisible either. Is there any suggestion to clear the whitespace while keeping the button with the vehicles?

    your help is welcome ;-)

    Best regards, Sebastian

    #839198

    Morning,

    So the buttons have been created just after the main slider and you have used negative margins to push them upwards.
    Rather than hiding the av_section_1 try adding a min-height of 0

    .page-id-1804 #av_section_1{
    min-height:0!important;
    }

    We need to add the page-id so that the changes only happen one your home page

    Hope that helps a little

    TJ

    #839245

    Hi TJ,

    that did the trick, thank you!

    Have a great day,
    Sebastian

    #839248

    Hi,

    Thanks for helping out TJ, much appreciated. Did you have any luck with that suggestion @mirzepapa?

    Best regards,
    Rikard

    #839597

    @Rikard, yes, issue is solved. Thanks for asking.

    #839603

    Hi,

    I’m glad you were able to get this issue solved. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Unexpected Whitespace’ is closed to new replies.