Hi,
The last item in my header menu does not format correctly.
I tried changing menu items and it does not matter the last item is always cropped.
Thanks
Hey!
Try adding this code to the Quick CSS:
#top .main_menu .menu>li:last-child>a {
padding-right: 13px !important;
}
Cheers!
Josue
Thanks..that worked perfectly.