Dear Support Team,
For the following edited version of the website, I would like to use a menu in which the logo is displayed at the top left and the navigation below: http://neu2024.lebendig-fühlen.de/
However, I would like the navigation column to be wider and the sub-navigation of a menu item to be displayed directly below it: see screenshot: http://neu2024.lebendig-fühlen.de/support/nav.jpg
How can I make these settings?
Best regards, Diana
Hey Diana,
Thank you for the inquiry.
The burger menu is active when checked. To adjust the width of the sidebar, you can try the following css code:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
.html_header_sidebar #top #header {
width: 400px;
}
.html_header_left #main {
margin-left: 400px;
}
}
Best regards,
Ismael
Thanks. Isamel. The script workes!
Best regards Diana
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike