Sub Menu Alignment

Home Forums Main Forum Theme Suggestion Box Sub Menu Alignment

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16175
    Michael Hart
    Member

    When I created the menu for my website using the Flat Responsive Pro theme, the sub menu text alignment seems to be centered by default. I can’t find any way to change that to align left.

    Can that be done? The link to the website under development is http://www.humanca.fcomet.com.

    Mike

    #16176
    Shekhar Bhandari
    Participant

    Hi Michael,

    Use the following custom CSS to make the submenu link left aligned .

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

    Please do use child theme or use custom css to edit the theme files as it could be lost during the updates.

    Thanks

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