Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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.

  •  4,774
    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

  •  4,774
    Michael replied

    You're welcome!