Hi Yigit
I’ve just realised that with the changes made to this menu (see post ) that when I add other items to the subsequent menus they will appear out of line.
Is there a way to align all centre?
Thanks
Richard
Hey raslade,
You can try this code:
.sub-menu li:last-child {
display: block !important;
}
Best regards,
John Torvik
Hi John
Thanks for the solution, alas it did not work though – the last menu item was just stacked under the rest.
Richard
Hi,
Please add
#mobile-advanced ul a {
padding-left: 0px !important;
}
Let us know.
Best regards,
Basilis
Thanks Basilis but i’m afraid that did not fix the problem.
Richard
Hi,
Could you please provide a screenshot of the issue? Try to decrease the font size and padding between the sub menu items.
#top .av-subnav-menu > li ul a {
padding: 10px 8px;
font-size: 11px;
}
Best regards,
Ismael
Hi Ismael
In the end I’ve styled each sub-nav using it’s unique id. It’s not the prettiest solution but it works.
Thanks
Richard