Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1129689

    Hi,
    I have a problem with the transparent header in the mobile version (see screeshot: https://monosnap.com/file/3d2N8YKYxRUicj9rjZhgKBcD8sQ4Ix). Above the header I have a space and I don’t know how to delete it.
    Thank you for your help

    #1129762

    Hey Manuela,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1130001

    Thank you so much

    #1130100

    Hi famarinu,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘white space above mobile menu’ is closed to new replies.