Hey Folks,
I’m working on a website right now and i can’t figure out how to align the submenu to the middle (look at the screenshot)
Thank you for your time
Cheers,
Arthith
Hey Arthith!
Please add following code to Quick CSS
ul.sub-menu a {
border-left: none!important;
text-align: center!important;
}
Regards,
Yigit
awesome thanks!