Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #232708
    Glen Pavelich
    Participant

    I discovered that on the ipad on smaller laptop the flyout sub menu is too far to the left.

    See http://test.shields.ca/
    Home tab

    #232744
    Glen Pavelich
    Participant

    I realize it is because the menu line drops below the branding, but this is likely to happen to lots of sites. Is there a fix?

    #232771
    Skandha
    Participant

    @fireflywebs: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:64em) {
    	.navigation-classic .main-navigation #primary-menu li:hover > ul {
    		left: 0;
                    right: unset;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #232817
    Glen Pavelich
    Participant

    Yes. This works. This should be added to the next update me thinks.

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Bug with the menu’ is closed to new replies.