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

    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

    #608330

    Hi @Marijana74 ;
    Try to add this code to the Quick CSS field:

    #top #main .sidebar { text-align: center !important;}

    #608335

    Hello,

    it doesn’t work… some other maybe?

    Thank you.
    Marijana

    #608345

    Hi Marijana!

    Please try the following CSS code instead:

    .html_header_sidebar #header .av-main-nav > li {
        text-align: center !important;
    }

    Best regards,
    Jordan

    #608479

    Hello Jordan,

    it works.

    Thank you.
    Best regards,
    Marijana

    #608517

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.