StyledThemes

Menu left align

Home Forums WordPress Themes – Premium Pure & Simple Menu left align

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16195
    designteam
    Participant

    I am using the Pure Simple theme and would like to place the Primary menu on the page to left aligned. Can you help me with this?

    #21943
    Binaya D
    Participant

    Hi Delma Palmer,

    Please use the following css to fix your issue:

    
    .site-navigation ul{
    	text-align: left;
    }
    

    Note: Please use the custom css plugin or child theme to write css.

    Thanks

    #16196
    designteam
    Participant

    That it!!! Thanks Binaya

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