Home Forums WordPress Themes – Premium Flat Responsive Menu and submenu style (justification: left in stead of center)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #64842
    Michiel Kersten
    Participant

    The justification of the text in the submenu is – ‘Center’. Can I change this to justification: ‘left’?

    #64846
    Bidur
    Moderator

    Hello Michiel,

    For quick fix, go to Dashboard>>Appearance>>Customize>>Additional CSS and add the following CSS:

    ul.navmenu ul.sub-menu > li {
        text-align: left;
    }

    Let us know.

    Best Regards,
    Bidur

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