Tagged: Sidebar Menu, vertical alignment
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.
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
Perfect, thank you Rikard!
Have a nice day
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