[Resolved] Fix button in mobile Menu

Home Forums Support [Resolved] Fix button in mobile Menu

Home Forums Support Fix button in mobile Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1588881
    Ben

    Hey guys,

    Please look at the pink button in the mobile menu.

    How would I get it to display as the same shape and aligned centred like the blue button in the hero image?

    https://blufusion.net/petcheckers/wp-content/uploads/2020/12/pink-button.jpg

    Thanks.

    #1589100
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .main-navigation.toggled .main-nav li.nav-button {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    #1589587
    Ben

    Perfect, thanks!

    #1589843
    David
    Staff
    Customer Support

    You’re welcome

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