Archived topic
Secondary navigation background not showing on mobile
7 replies · Started by Damon on October 18, 2016
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.
Thank you
Interesting, can you link me to the site?
http://www.buckhamfair.co.uk/ Thank you.
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);
}
Brilliant, thank you Tom
Have you any suggestions on the spacing issue?
http://www.buckhamfair.co.uk/wp-content/uploads/2016/10/generatepress-q1.png
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 :)