Site logo

Archived topic

Secondary navigation background not showing on mobile

7 replies · Started by Damon on October 18, 2016

Viewing posts 1–8 of 8

Hi Tom

Thanks for the awesome theme.

My secondary navigation background is not showing on mobile layout (unless you mouse-over it), please can you tell me how to make it display?

Also I used hooks to make the logo appear before the header widget but am having problems with the spacing.

Please see screenshot

Thank you

Interesting, can you link me to the site?

Try adding this CSS:

.secondary-navigation button.menu-toggle {
    background-color: #6b1605;
    background-image: url(http://www.buckhamfair.co.uk/wp-content/uploads/2016/07/leather-strap-1.jpg);
}

You gave the header widget a fixed height with some custom CSS which is causing that issue:

.header-widget {
    max-width: 100%;
    float: none;
    height: 69px;
}

Thank you so much.

You're welcome :)

This archived topic is closed to new replies.