Home Forums WoodMart support forum Z- index problem

Z- index problem

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

    leonidas
    Participant

    Hi,
    under 1024 I have enabled a unique top bar.Can you tell why the dark overlay doesn’t cover it every time I activate the mobile menu?In the second image, I wrote down the z-indexes of every element.
    Thank you

    #27393

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woodmart-close-side, .woodmart-closer-overlay {
        position: fixed;
    }

    Regards

    #27394

    leonidas
    Participant

    solved.Close the ticket and thank you

    #27396

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Z- index problem’ is closed to new replies.