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
Hey Sebastian,
Add the following to quick css:
#av_section_1{
display:none!important;
}
Best regards,
Jordan Shannon
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
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
Hi TJ,
that did the trick, thank you!
Have a great day,
Sebastian
Hi,
Thanks for helping out TJ, much appreciated. Did you have any luck with that suggestion @mirzepapa?
Best regards,
Rikard
@Rikard, yes, issue is solved. Thanks for asking.
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