• Resolved ernguru

    (@ernguru)


    I did have someone try and fix this yesterday (Robyn). I did manage to get my 1st problem fixed. Fluke I think, my next challenge now is if you go to http://www.ridesonthewildside.com (I am using a child theme) and hover your mouse on the rides along the menu bar. The last item United Kingdom is only just showing above the wow slider. I want to move the wow slider up but then will not be able to see United Kingdom. I was advised that it may be a padding problem, but this is my 1st site and I still have a LOT to learn.

    Any help would be greatly appreciated

Viewing 3 replies - 1 through 3 (of 3 total)
  • Phil

    (@owendevelopment)

    It’s z-index.

    Add this z-index value to style.css line 1507 (it’s currently set to 1):

    .main-navigation li ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 10000;
    }
    Thread Starter ernguru

    (@ernguru)

    Thanks, You’re a legend. Added it into my child theme style.css and hey presto

    Phil

    (@owendevelopment)

    No probs. Glad I could help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu bar wording goes under wow slider’ is closed to new replies.