Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #375774

    I’m using the ENFOLD theme, and I’ve started with the Photography Demo as a base for my site. I can’t seem to get the links in the menu to center. It seems, most users of this theme keep the menu in the header, and finding answers here to already asked questions that apply may be difficult.
    I may have a lot of questions in the near future, but hopefully not. I had a great understanding of Avisio, but this ones a bit more challenging. Whatever help will be appreciated.

    #375904

    Hey dlvennie!

    Add this to your custom CSS.

    span.avia-menu-text { text-align: center; }
    

    Cheers!
    Elliott

    #375983

    Wonderful! But what about the sublevel links? They are still aligned to the left.

    #376188

    Hey!

    Please add following code to Quick CSS as well

    #top .av-main-nav ul a { text-align: center; }

    Regards,
    Yigit

    #376426

    I’ve tried adding #top .av-main-nav ul a { text-align: center; } to Quick CSS as well as custom CSS, to no avail. The sublevel links don’t move at all. Suggestions?

    #376430

    Hey!

    Oh, you mean sub text! Please use following code instead

    span.avia-menu-subtext {
    text-align: center;
    }

    Regards,
    Yigit

    #376479

    Yes, thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Sidebar Menu Center Alignment’ is closed to new replies.