[Resolved] Centre Menu Items on Mobile Nav

Home Forums Support [Resolved] Centre Menu Items on Mobile Nav

Home Forums Support Centre Menu Items on Mobile Nav

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #743256
    Ian

    How would I centre the menu items on the mobile nav only?

    #743265
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .main-navigation .main-nav ul li a {
            text-align: center;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know ๐Ÿ™‚

    #743284
    Ian

    Perfect Leo. Thanks.

    #743288
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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