How do we remove the top and bottom border above and below the menu?
It the horizontal white line in the page below.
Thanks!
Hi koala!
Add the following code to Quick CSS or custom.css
#header_main_alternate,#header_main{
border:none !important;
}
Regards,
Arvish
Hey!
Add this to Quick CSS or custom.css
#top #header .av-main-nav > li > a {
height: 50px !important;
}
Tweek the value of height to your specifications.
Regards,
Arvish
Hi!
Also add the following to increase the distance between the menu and the slider:
#main{
margin-top: 10px !important;
}
Tweek the value of margin-top to your specifications.
Cheers!
Arvish