Header nav align to left

Home Forums Jevelin Theme Header nav align to left

Home Forums Jevelin Theme Header nav align to left

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • anniepoo
    Participant

    Hi there, how can I make my navigation align to the left instead of the right? http://www.movewithcandice.com/

    Hi @anniepoo,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #header-navigation .sh-nav-container > ul {
        float: left;
    }

     

    Best regards,
    Shufflehound team

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