Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1467660

    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

    #1467711

    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

    #1467917

    Thanks. Isamel. The script workes!
    Best regards Diana

    #1467937

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘navigation column width’ is closed to new replies.