• Resolved andrew90

    (@andrew90)


    I’m having two problems with my mobile menu.

    In tablet view, a white line is showing up in the bottom of my menu. Not sure why this is.

    Also I’ve been trying to increase the padding-left of the word “Menu”. I can get it to work in Chrome develper tools but when I add the code to the back end of my site under advanced options it doesn’t change.

    http://www.borderlandexpeditions.com

    Any help on this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter andrew90

    (@andrew90)

    Also on my mobile menu (in the narrowest window view such as displaying on a phone) a white header drops down as my menu drop down in the mobile menu. This white space comes behind my logo but I would like my original wood background to stay and not show the movement.

    Is there anyway to do this?

    http://www.borderlandexpeditions.com

    Thread Starter andrew90

    (@andrew90)

    I figure out the area dropping down is the body background, but still when I add the same background you can tell that area is dropping down and the background then shows a line in the wood background that is evident.

    http://www.borderlandexpeditions.com

    1. Looking at the css your adding a border to the menu… that is what the white line is. just remove the border.

    2. Padding left you can use this css:

    .nav-trigger-case .kad-menu-name {
    padding-left: 20px;
    }

    3. Your header background is set to repeat x and left bottom. It needs to be repeat x and y if you want it to fill the whole header when you increase the header size when you open the menu. If you don’t want it to move set the position to top left or top center.

    Kadence Themes

    Thread Starter andrew90

    (@andrew90)

    Thanks for the help. It’s resolved now.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Mobile Menu Issues’ is closed to new replies.