Site logo

[Resolved] Secondary navigation background not showing on mobile

Home Forums Support [Resolved] Secondary navigation background not showing on mobile

Home Forums Support Secondary navigation background not showing on mobile

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #236280
    Damon

    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

    #236455
    Tom
    Lead Developer
    Lead Developer

    Interesting, can you link me to the site?

    #236814
    Damon
    #237008
    Tom
    Lead Developer
    Lead Developer

    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);
    }
    #237033
    Damon

    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

    #237154
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #237239
    Damon

    Thank you so much.

    #237367
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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