This topic has 4 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Rose Tyler
hello
if I scroll over the menu I can see the subcategories but if I want to drag the mouse to a subcategorie they disappear. how can I change this?
thank you and kind regards
Fabienne
Hello,
Please add this code in Custom CSS:
.header-type-3 .main-nav .menu > li{
padding: 30px 12px;
}
.fixed-header-area .menu > li{
padding: 25px 11px !important;
}
Regards,
Rose Tyler.
hello
thank you for your replay.
I think the problem is the menu is placed just under the top header bar. so the way from the menu to the subcategory is long and the subcategory disappears. how can i place the menu right uper the line?
also the logo is a bit big and makes the header very wide. I tried to make it smaller but did not go. how can I choice the size of the logo?
thank you and regards
Fabienne
Hello,
Try to fix this issue by adding the following Custom CSS:
.header-type-3 .logo-with-menu img {
width: 80%;
}
.header-type-3 .main-nav .double-border{
padding: 0;
}
.header-type-3 .main-nav .menu > li {
padding: 20px 12px;
}
.fixed-header {
padding: 0px;
}
.fixed-header-area .menu > li{
padding: 25px 11px !important;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up