Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1471512

    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)

    #1471527

    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

    #1471703

    Great solution Ismael. Thanks for your time

    #1471725

    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

    #1471789

    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?

    #1471833

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Left side menu layout’ is closed to new replies.