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

    Hi,
    I have a small problem with the mobile menu…look at this image: I don´t like that space between the header and the menu…how can eliminate this space?
    Thanks

    #705425

    Hey teotaban,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    #705431

    I put the link in private … this it`s happening only on ipads, this website it´s made only for mobile devices
    Thanks

    #705657

    Hi,

    Kindly add this code to Quick CSS (located in Enfold > General Styling):

    @media only screen and (min-width:720px) and (max-width:990px) {
      #sub_menu1 {
        top: 93px !important;
      }
    }

    Let us know if it works :)

    Best regards,
    Nikko

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