Hello,
I’ve added a background colour to menu items when in hover state. Everything performs fine in all browsers except Chrome. In Chrome, if a menu item has a sub menu then the right side of the background gets cut prematurely – see the ‘service’ tab for an example http://joxi.ru/1rvzU4wyTJDjAt6CPww)
Here is what it should look like when hovered over – see ‘about’ tab http://joxi.ru/vLzzU4wyTJDLAhOlSDc
Any help with this would be greatly appreciated.
Hey AntonNovikov!
Please use following code instead
.av-main-nav > li > a:hover > .avia-menu-text {
display: inline;
background: #666734 !important;
padding: 15px;
-webkit-border-radius: 5px 5px 5px 5px !important;
border-radius: 5px 5px 5px 5px !important; }
Cheers!
Yigit
Amazing! Thanks again, Yigit.