Hi guys,
Hope you’re all well.
I’ve added rounded corners to the mega menu on a client website but need to do the same for the standard drop down menu. I’ve included a link to the test site and it’s the drop down box for ‘About Us’. I’d also like to increase the padding slightly for the ‘About Us’ drop down box as well if possible?
Many thanks, David.
Hey!
Try adding this code to the Quick CSS:
.sub-menu {
border-radius: 10px;
overflow: hidden;
padding-top: 20px !important;
}
Cheers!
Josue
Thanks Josue, fantastic support as always!
You are welcome, glad to help :)
Regards,
Josue