Tagged: hover, navigation, sub-menu
Hi,
Please check my website in the Private Content of this post.
In Header>Header Behavior I have checked the box for “Let logo and menu position adapt to browser window”. The position of the logo and the navigation is what I want but the second level of the sub-menu goes off-screen. It would be better if those were opening on the left side.
Please advice,
Thanks,
Amin
Hi insurefirst!
Please add following code to Quick CSS ( or Style.css file of your child theme )
.html_header_top #top .av_menu_left .main_menu .menu li ul ul {
left: auto;
right: 207px;
}
Regards,
Yigit
Thanks Yigit! solved it like always!
Amin