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

    I am using a transparent glassy header on my homepage.
    The background image is in a color section which includes columns.
    On mobile, the columns move up under the navigation.
    Please could you assist in sending me either css or instructions on how to fix this.
    :-)

    #1398499

    Hey studiovene,
    Thanks for the link to your site, it looks like you have this custom css:

    @media only screen and (max-width: 767px){
    .responsive #top #main {
        padding-top: 0 !important;
        margin: 0;
    }
    }
    .html_header_transparency #main {
        padding-top: 0 !important;
    }

    This is interfering with the #main top padding for mobile devices, try removing this custom css.

    Best regards,
    Mike

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