Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #319731

    Hello,

    The menu is overlapping the logo on mobile devices. How can I fix this problem?

    Thanks for your help!

    #319732

    I went to Enfold theme options > Header > Mobile Menu and choose 990px. It works now. But will it still work when I add something in the menu?

    #319734

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 82%;
    height: auto !important; }}

    Regards,
    Yigit

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