navigation bar not working on mobile site

Support Area Forums Umami navigation bar not working on mobile site

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://tracicooley.com
  • Author
    Posts
  • #26990
    traci cooley
    Participant

    Hi again,
    I am loving this theme. I did just run into a snag. My navigation bar does not do anything on the mobile sites. Any thoughts on how to fix this.

    Thanks again for your time. You do have great support for this product. I really appreciate it

    Traci

    #26991
    Bill Robbins
    Moderator

    Hello Traci,

    I think the background we added yesterday is sitting on top of your mobile menu which is preventing us from interacting with it. Give this a shot:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      @media only screen and (max-width: 767px) {
      	
      	#mobile-header {
      		background: none;
      		position: relative;
      		z-index: 20;
      	}
      
      }
      
    3. Update your settings.

    Enjoy your Saturday,
    Bill

    #26992
    traci cooley
    Participant

    Awesome!!!! that did the trick. Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘navigation bar not working on mobile site’ is closed to new replies.