Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2095955
Menu Z-Index is not working in Responsive
Closed

Comments

  • merakida started the conversation

    Hi Team,

    Please check this website in responsive mode the menu in header is not above of the banner its shows behind the banner in home or any pages. Please fix it asap.

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    @media (max-width: 1199px){
    .wpb_row {
        margin-top: 0 !important;
    }
    .wpb_row > * {
        margin-top: 0 !important;
    }}

     

    6707465710.png

  • merakida replied

    Thanks Michael

  •  5,055
    Michael replied

    You're welcome!