Tagged: secondary header
Hi,
I’m encountering an issue with the spacing/padding of the menu items in the secondary header menu. The last item does not have a left padding. Can you please check and assist? Thanks
Gabe
Hi chiummog!
Can you post the link to your website so we can take a look?
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child { padding: 0 10px!important; }
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child { padding: 0 10px!important; }
Best regards,
Yigit
Thanks, worked like a charm!