Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Responsive Menu hiding behind Slider

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #175259
    kaiemmajed
    Participant

    Hey Guys,

    I hope you can help, I have a responsive menu but it keeps hiding behind the slider that I have on my website. Is there a way to fix this? I tried to look for the zindex as I read but not sure if that’ll work out.

    Here is one example you can see the menu hiding, the “portfolio” section drop.

    http://kaiemmajed.com/packaging.html

    Thanks in advance!

    #175272
    Paulie_D
    Member

    Looks like a z-index issue.

    However, I think there is JS running the menu functionality so it might be harder to fix than just a simple CSS tweak.

    #175274
    kaiemmajed
    Participant

    where would the change be in the z-index? the menu ul? or?

    #175275
    Gary Pickles
    Participant

    If you add this CSS to the main_nav

    z-index: 4;
    position: relative;
    
    #175276
    kaiemmajed
    Participant

    Thank you thank you sooo much! saved my life!!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.