How can I control the menu layout when used on the left side?
I have read all the documentation relating to the menus and searched the forum, but I have not found the information necessary to adjust:
– the sizes of the logo area
– the width of the menu
– the line spacing between menu items
– how to disable the separation lines between menu items (tried using Enfold options, but I don’t see any difference)
Hey icarogioiosi,
Thank you for the inquiry.
The size of the logo will depend on the uploaded image, but we can adjust it with css. Unfortunately, there are no available options to adjust the width of the menu or the line spacing between the menu items, but again, we can adjust these with css.
Example:
.html_header_sidebar #top #header {
width: 400px;
}
.html_header_left #main {
margin-left: 400px;
}
.html_header_sidebar #header .av-main-nav > li > a {
line-height: 2em;
height: auto;
padding: 30px 3px;
margin: 0 auto;
}
Best regards,
Ismael
Great solution Ismael. Thanks for your time
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi Rikard.
About this topic your team has been very fast and effective.
But I’ve another topic still open without a solution.
Could you be so kind to take a look, please?
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard