Hi, I like that bottom bordrer to be up higher, under main menu links, especially with larger logos… so I always move it up with this css:
.avia-menu-fx { bottom: 25px; }
But I notice with some sites, depending on the size of logo area, when you scroll down the page, that undreline/border ends up striking through or covering on top of menu item… would there be more code I could place so it stays there or goes on top of menu item when scrolling down?
Hi Eleina_Shinn!
Please try using percentage value as following and adjust as needed
.avia-menu-fx { bottom: 10%; }
If that does not help, please post the link to your website
Best regards,
Yigit
totally worked, thank you :)