Hi team Kriesi,
I think i have found a styling bug in the theme
On centred menus the last menu item does not align with the highlight line underneath it. I have tested it on two totally different sites.
Hi McEwans!
Please try adding following code to Quick CSS
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
padding-right: 13px;
}
If that does not work, please post the link to your website
Cheers!
Yigit
Hi!
You have following code in Quick CSS
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
left: 7%;
}
Please remove it
Regards,
Yigit
I have removed the code that was in the quick css, and i have checked my child them for the code but it is no in there either
must i remove it?
i commented it out and saved and the issue is still there
Ok it seems to have worked, thanks Yigit