Hi,
we have a problem with the “Fullwidth Sub Menu” Navigation. Works perfectly, but only one thing in this project generates problems which i can`t solve. Especially in Firefox.
In the link you will see the buttons, very bad regarding the alignment and so less space to the next button.
I have some Quick CSS modifications (you will see) and thats it.
Do you have an idea how I can fix that problem?
Thanks in advance.
Regards
Andreas
Hey Amselus,
I have checked it and alignment seems to be okay, can you elaborate more on the issue? screenshot on your end would be helpful. If it’s the spacing between those menu items (buttons), try adding this code in Quick CSS:
#top .av-subnav-menu li {
margin: 0 5px;
}
Hope this helps.
Best regards,
Nikko
Thanks for Feedback, Nikko.
But unfortunately it won´t help.
Screenshot attached. Do you have an idea regarding this problem.
Thanks in advance.
Regards
Andreas
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av-subnav-menu>li {
padding: 15px 1px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit