Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1209645

    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?

    #1209731

    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

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