Tagged: Hamburger-Menu, style
Hello Enfold Team,
i have found a way in the forum to display the main navigation points in a row. Unfortunately this does not solve my problem:
Is it still possible to write the main navigation points under each other (as it is in the standard) and the respective submenu points under the main navigation points in a row?
Thanks
Jens
Hey JensRichterich,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hi JensRichterich,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi JensRichterich,
Can you please share the login link too?
Best regards,
Victoria
Ahh, sorry, I missed that
Hi JensRichterich,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width:768px){
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li {
width: 150px;
display: inline-block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Perfect. Thanks for the great support!