This topic has 2 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow
my site link is https://glokaldeals.com/
i have lots of brand under all department(BRANDS)
so the are going bellow the screen and i am not able to access them
can you please help me with that ??
Hello,
Try to decrease the paddings between the secondary menu items. In other case, once you start scrolling the fixed header enables and hides that menu. Add the following code to Theme Options > Custom CSS
.secondary-menu-wrapper .menu>li>a {
padding-bottom: 5px;
padding-top: 5px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up