Hello,
I have a site wellspokenart.com, and I would like to know how to center the items in the main menu (instead of them being aligned to the left margin). I would like to do this for both the Menu Item Name and for the description.
Thanks!
Hello,
I have a site wellspokenart.com, and I would like to know how to center the items in the main menu (instead of them being aligned to the left margin). I would like to do this for both the Menu Item Name and for the description.
Thanks!
Hi,
Try to add this code in your Quick CSS or custom.css:
#menu-main-menu li {
text-align: center;
}
If the above code doesn't work, try to use this one instead:
#menu-main-menu li {
text-align: center !important;
}
Hope this helps. :)
Regards,
Ismael
Perfect! Thanks
Hi InterdisciplinaryInnovation,
Glad that I could help you. :)
Cheers,
Ismael
This topic has been closed to new replies.