- This topic has 2 replies, 2 voices, and was last updated 5 years, 11 months ago by MrJOX.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- February 7, 2018 at 4:38 pm #4673MrJOXParticipant
Hello my friends !
I try to center the items in my main menu, how i can do this ?
Thank you 😉February 11, 2018 at 11:25 pm #4677HashKeymasterGo 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; }February 12, 2018 at 12:48 am #4699MrJOXParticipantThank you so much guys ! 🙂
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.