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

    Hello,
    in a web site I add a widget in the header, but there is a problem in a mobile view.
    When I open the mobile menu, it appeares under the widget, and I can’t read the link.
    There is also a problem with the style of the menu link, they are white on a white background.

    What can i do?
    Thanks

    #842477

    Hey Serena,

    Can you try adding this css code in QUick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #header .widget {
        z-index: 20 !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #842565

    Thanks Nikko, it’s ok!!!

    #842741

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘mobile menu in conflict with header widget’ is closed to new replies.