Hello,
I need information about sidebar main menu. I have left sidebar main menu on webpage and I wanna change links aligment from left to center. Can I do that with quick CSS code?
Thank you in advance.
Best regards,
Marijana
Hi @Marijana74 ;
Try to add this code to the Quick CSS field:
#top #main .sidebar { text-align: center !important;}
Hello,
it doesn’t work… some other maybe?
Thank you.
Marijana
Hi Marijana!
Please try the following CSS code instead:
.html_header_sidebar #header .av-main-nav > li {
text-align: center !important;
}
Best regards,
Jordan
Hello Jordan,
it works.
Thank you.
Best regards,
Marijana
Hey!
Glad to hear it worked! Feel free to reach out to us again on the forum if you have any other questions.
Best regards,
Jordan