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

    Hello,
    I have a left side main menu sticky, and I’d like to have it at the center of the page on desktop. How can I do that?
    Thanks in advance.

    #1473229

    Hey SurigliaStudio,

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

    #header_main {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    Best regards,
    Rikard

    #1473230

    Perfect, thank you Rikard!
    Have a nice day

    #1473268

    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘main menu on left sidebar – vertical alignment’ is closed to new replies.