Dropdown Menu Alignment

Hi,
How do I align the dropdown menu items to centre rather than left in this URL please?
http://www.gardenscene.je
Thanks
M

Hi There,

Thanks for writing in!

Please add this css to your theme option -> Global CSS.

.desktop .sub-menu li a {
text-align: center !important;
}

Hope this helps!

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.