Hello,
how can I change the active item indicator line to the top of the item in the main menu?
Thanks, Enrico
Hey enricobaumgart,
Can we see your web site URL?
Best regards,
Basilis
Please find the URL in the private content.
Thanks, Enrico
Hi,
Thank you for the update.
You can use this css code to adjust the position of the menu-fx.
.avia-menu-fx {
position: absolute;
bottom: 100px;
height: 2px;
}
Best regards,
Ismael
That works fine, Thanks for helping :)
Enrico