Hello,
I’ve had a good look through the other posts, but I can’t find anything that relates to this issue. I’m trying to reduce the spacing / padding between the items on the main dropdown menu.
http://www.balancedpizza.com/
It’s too deep between each item and I’m intending to add more items without it being ridiculously long.
Thanks,
Donnie
Hi donniemaclean!
You should remove this line of code on Quick CSS:
.main_menu ul:first-child > li a {
height: 75px !important;
line-height: 75px !important;
}
Regards,
Ismael
Great. Thanks.