hi,
the beautiful line beneath the menu text is not attached accordingly for the last (most right) item.
http://screencast.com/t/PRqOBsfUqH9
Hey decode!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
left: 0 !important;
}
Best regards,
Yigit
I tried adding the code to my page as well: http://www.elkaveprime.com and the padding is not equal on the last child on hover after scroll. Prior to scroll the .avia-menu-fx is not centered.
Hey!
Please add following code to Quick CSS as well
.html_header_searchicon_disabled #top .av_header_transparency .main_menu .menu>li:last-child>a .avia-menu-fx {
width: 90%;
}
Regards,
Yigit
This happens on every site ever made with Enfold… definitely seems like a bug.
The code you provided does not fix the right padding after scrolling on hover.
Hey!
Please add following code to Quick CSS as well
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
padding-right: 13px;
}
The code i previously posted fixes the issue with menu fx
Best regards,
Yigit
Is this something that will be addressed in future releases or will we have to add this code to every menu?