• hello, i have a problem. I am using divi theme and i made my header with the divi builder. Everything is ok expect this…

    In mobile when i click the burger icon the menu appears behind the search bar. How can i resolve this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi steloubas4,

    Please go to Appearance > Customize > Additional CSS and add the following:

    .et_pb_row_3_tb_header.et_pb_row {
        z-index: 1;
    }

    That will also hide 1px of the search box below the logo, so you will need to make the search row a bit taller, or add some padding to the logo row.

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘mobile menu hidden behind ajax searach bar’ is closed to new replies.