iphone menu display issues

Home Forums Tucson – Responsive HTML5 Template iphone menu display issues

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10024983
    odegadk
    Participant

    The navigation menu does not display all of the links when viewed in the iphone portrait mode. It randomly loads a few links each time you click on the black menu icon. All of the links will load when I turn the iphone to landscape and then back to portrait.

    Any fix for this? Thank you.

    Dave


    #10025000
    Support2
    Keymaster

    Hello, thanks for your purchase 🙂

    To fix that, please add the code below in (css/custom.css):

    html.safari #header .navbar-collapse {
        overflow: visible !important;
    }

    Please, try that and let me know if you need further assistance.

    Kind Regards,

    Rodrigo.


    #10025010
    odegadk
    Participant

    Thanks for your quick response on this. Unfortunately that css fix did not work. I noticed this same issue is on the Tucson template demo page as well. Any other ideas?


    #10025012
    Support
    Keymaster

    Hello, please try to add the following lines:

    @media (max-width: 991px) {
    	#header .nav-main-collapse.in {
    		overflow: visible !important;
    		height: auto !important;
    	}
    }

    Let us know if the problem persists.

    Kind Regards,

    Jonas


    #10025014
    odegadk
    Participant

    Still doesn’t work.


    #10025015
    odegadk
    Participant

    It looks like this issue is only on the pages with the slider feature added. My pages that don’t have the slider display the menu just fine in iphone. I noticed that on the Tucson demo as well.


    #10025020
    Support
    Keymaster

    Hello, we really could not reproduce the same issue here. Can you send more details? Iphone version and browser that you’re using.


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

This topic is marked as "RESOLVED" and can not rceive new replies.