Hello, I need to fix some menu items. The dropdown menu is very large with respect to the information contained therein.
And the link CONTACT in the menu line below the name is greater than the width of the button.
How to fix these two points?
https://www.dropbox.com/s/t15y0m1ppt3apuk/MENU%20DROPDOWN.png?dl=0
https://www.dropbox.com/s/4icb1ecucfions8/LINE%20BUTTON.png?dl=0
LINK
http://ocidemnte1.hospedagemdesites.ws/20152/
Thanks
Hi mleite1!
Please add following code to Quick CSS
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
padding-right: 0;
}
.av-main-nav ul {
width: 150px;
}
Regards,
Yigit
Yigit,
Worked your code. Great!
But the problem is in all menu links. See and realize.
Hey!
You can adjust the width value on the second code i posted and set it as needed.
Best regards,
Yigit
I can not do that. You could make a second code?
And the line below the link CONTACT? You solve this for me? I mean line below the menu button. The line is larger than the button.
Hi!
1. Like Yigit said you just change the width in the second part of his code.
.av-main-nav ul {
width: 100px;
}
If that’s not correct then take a screenshot and highlight what your trying to do so we can get a better idea.
2. It sounds like your trying to do this.
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx { padding-right: 0px !important; }
Best regards,
Elliott