Nav Bar Center with text left justified

Home Forums Iconic One Pro Support Nav Bar Center with text left justified

This topic contains 2 replies, has 2 voices, and was last updated by  Shazar 7 years, 5 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4526

    Shazar
    Participant

    I am using this custom css (see below) – however if I change text-align: centre; it aligns the whole nav bar to the centre but also centers the text and in the drop down menu it doesn’t look good.
    How to left justify the text only and keep the whole nav bar entered?

    }
    .themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
    text-align: left;

    #4527

    Please try this:

    .themonic-nav ul.nav-menu, .themonic-nav div.nav-menu ul {
        text-align: center;
    }
    .sub-menu {
        text-align: left;
    }
    #4647

    Shazar
    Participant

    thanks that;s great.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.