Site logo

[Resolved] Item menu mobile center with different font size ?

Home Forums Support [Resolved] Item menu mobile center with different font size ?

Home Forums Support Item menu mobile center with different font size ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2465781
    jmarc

    Hello

    I would like to get the mobile menu items centered with a big font size but I can’t manage it 🙁
    Can you please help ?
    Thak you

    MArc
    example

    or example

    #2465885
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to your site where you want this applied ?

    #2465910
    jmarc

    Hello David

    In private message please …
    Thank’s

    Marc

    #2466409
    Fernando
    Customer Support

    Hi Jmarc,

    Can you try adding this through Appearance > Customize > Additional CSS:

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

    You may alter 2.5 to your preferred value.

    Let us know how it goes.

    #2466484
    jmarc

    Hi Fernando

    It works fine !
    Thank you 🙂

    Marc

    #2466492
    Fernando
    Customer Support

    You’re welcome, Marc! 🙂

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