Tagged: submenu
I need to do the following:
1. make the height of each submenu item shorter.
2. put a line between each submenu item.
I have tried everything I can think of, but for some reason nothing seems to work. Can someone please give me some help with this?
Hi Randy!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .av-main-nav ul a { padding: 3px 15px; }
.sub-menu li { border-bottom: 1px solid #e2e2e2; }
Cheers!
Yigit
Thank you!
The border .sub-menu li { border-bottom: 1px solid #e2e2e2; } worked great.
The height of the sub-menu items however did not change. They show a current height of 65px when I inspect them. I just need to make them less by about 15px.
It looks like it’s tied to the height of my menu/logo header.
Hey!
You have following custom CSS code in Quick CSS section
#header_main .container, .main_menu ul:first-child > li a {
height: 60px !important;
line-height: 60px !important;
}
Please change it to
#header_main .container, .av-main-nav > li > a {
height: 60px !important;
line-height: 60px !important;
}
Cheers!
Yigit
THANK YOU! Worked great!!!
Hey!
You are welcome Randy, glad we could help! :) Let us know if you have any other questions or issues
Cheers!
Yigit
BTW… FANTASTIC THEME! SOLID and CLEAN. GREAT WORK. THANK YOU!!!