Nav item on far right is off centre with background – this only appears to happen when “Logo Left, Menu Right” is selected.
Please help
Hey ruffidea,
I’m not sure I understand what you mean by that, could you try to explain a bit further or post screenshots highlighting the issue please?
Best regards,
Rikard
Thanks Rikard
I’ve no idea how to post a screenshot here (my ‘paste’ option is greyed out), so here’s a link to the screenshot that clearly shows the issue.
http://www.clarynovels.com/wp-content/uploads/2017/02/EnfoldNavIssue.jpg
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#menu-item-1156 a {
padding-right: 10px;
}
Best regards,
Rikard
Thanks Rikard – but that hasn’t worked at all….
Is there a solution to this ??
Hi,
try to add an !important:
#menu-item-1156 a {
padding-right: 10px !important;
}
Best regards,
Andy
Perfect – that has worked
Thank you.