Home Forums Viral How to center items in menu ?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4673
    MrJOX
    Participant

    Hello my friends !
    I try to center the items in my main menu, how i can do this ?
    Thank you 😉

    #4677
    Hash
    Keymaster

    Go to Appearance -> Customizer and in the Additional CSS field add the below CSS code

    .vl-menu{ text-align:center; }
    .vl-menu > ul{ display: inline-block; }

    #4699
    MrJOX
    Participant

    Thank you so much guys ! 🙂

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