Dear support,
on the mobile-view of my subpages i have a margin between the upper slideshow and the header. There is a gap wher you can see the page-background.
Do you know how i could avoid this?
Hey dondela,
Add this to quick css:
@media only screen and (max-width: 767px){
.responsive #top #main {
padding-top: 85px !important;
}}
Best regards,
Jordan Shannon