Hello,
With the last item of menu :
http://img11.hostingpics.net/pics/695534copie.png
the background is just only the length of text, is it possible that the hover background would be the entire case of menu item ?
Thanks.
Hey fred12100!
can u please give us a live link of your web site, so we can check and help you out?
Regards,
Basilis
Hello Basilis,
Link in private content
Thanks
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a {
padding-right: 20px !important;
}
Best regards,
Rikard
Hi, it works better :
http://img11.hostingpics.net/pics/692011copie.png
but how to complete the space between the last li and separator (in red on screenshoot) when hover li ?
Thanks
Hi,
Try the following as well:
.avia-menu.av_menu_icon_beside {
padding-right: 0px !important;
}
You might want to remove the other code I gave you, not sure if it will look good in combination.
Thanks,
Rikard
Hi,
Finally,
a solution will be :
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a{
padding-right: 13px;
}
.avia-menu.av_menu_icon_beside {padding-right:0;}
a combination of two of your answers :)
with a result : http://img11.hostingpics.net/pics/121617copie.png