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

    Hi,
    on the following page i’d like to have the submenu aligned to the left of the main menu.

    When i change the position of the Menu to “left” the menu is to far left. I guess thats normal, as this is a fullwidth element.

    How can i change the allignement to match the main menu?

    #1176208

    Hey coeval,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-279 #sub_menu1 .container { 
      max-width: 1310px;
    }

    Best regards,
    Rikard

    #1176327

    Hi,

    this doesn’t help.i changed the alignment to left and added the provided Quick CSS.

    #1176357

    Hi,

    Please replace the code with following one

    .page-id-279 #sub_menu1 .container {
        max-width: 1210px;
    }

    Best regards,
    Yigit

    #1176361

    That’s it, great thx :)

    #1176362

    Hey!

    You are welcome! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Align Fullwidth Subemnue Element’ is closed to new replies.