This topic has 14 replies, 4 voices, and was last updated 6 years, 7 months ago by Asiya Fatima.
Viewing 15 posts - 1 through 15 (of 15 total)
Hello,
I am currently using the Fixed header but the drop down menu under navigation is vertical like in a list format.
I want to make the items in the drop down menu horizontal with a white full white background.
Kindly assist on this
Hi,
there must be something you can do.
checkout this css code, it made it horizontal but not like the sample in the image. Kindly try working on this more.
.sf-menu ul{
background-color: #ffffff;
box-shadow: 0 1px 5px
rgba(0,0,0,0.15);
display:flex;
width: 70vw;
height: 40px;
text-align: center;
}
Hellow nwadike3
For horizontal dropdown menu:
Goto->appearance->menu->in menu open header page->click on activate mega menu checkbox->click on save menu button. do the same where ever is the dropdown.
Then you get the dropdown menu horizontal. you can be modified as per your requirement.
Hi, nwadike3
If you can provide us WP Logins of your website with URL then we can take a closer look to set the horizontal dropdown menu. Make sure you set the post as a private reply so that only admin can see your wp-logins.
Note: Before providing the wp-login to any support staff, kindly please make sure you take a backup of everything including WordPress content, theme options, widgets etc.
I have enabled for manufacturing dropdown. I see that you have add your custom CSS which I have removed it.
.sf-menu ul{
background-color: #ffffff;
box-shadow: 0 1px 5px
rgba(0,0,0,0.15);
display:flex;
width: 70vw;
height: 40px;
text-align: center;
}
Hi, nwadike3
Whatever we set the mega menu for your theme that’s created on our demo requirements. if you want something else like background-color and border to be small. kindly please you have to add custom properties depend on your requirements.
Due to no response from the last message, we assume the problem is resolved and we consider closing this topic. If you have any further queries related to the same question then please re-open post your question here instead of opening a new topic.
Viewing 15 posts - 1 through 15 (of 15 total)
The topic ‘Make drop down Nav Menu Horizontal’ is closed to new replies.