Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1148123

    Hi, has anyone seen this in the before?
    I have menu with 9 entries. a logo In the middle as the home button and 4 entries on each side.
    for some reason that I can’t figure out, on the mobile menu I can only see 3 items before the logo and 4 after the logo.
    if I add a 5ht item before the logo I can see 4 on the mobile menu
    page is

    any ideas how to fix this?
    I already tried removing and reading the menu entries
    oh and I am still on 4.4.1 as the update messed up my layout when I tried it on my staging system and I don’t know why as the layout is broken only on one of the two sites of my multisite system that uses the same theme and everything.

    #1149487

    Really? No one?

    #1149526

    Hi,
    Sorry for the late reply, I see that your mobile the missing menu item “camps” was set to display:none
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field to correct:

    @media only screen and (max-width: 767px) { 
    	.av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner ul#av-burger-menu-ul > li:nth-child(4) {
        display: block !important; 
    }
    }

    Best regards,
    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.