• Hi,

    how do I align the logo (image) to the left?
    Now it is set to be aligned to the middle.

    Can this be done with CSS?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello lofoten85,

    1. Login as admin and go on theme customizer Dashboard >> Apperance >> Customize or Click on Customize link on top bar from front-end.

    2. Then navigate CSS and put below css into textarea then click Save & Publish button.

    
    /*For Site Logo and Tile*/
    .site-title { text-align: left; }
    /*For Site Tag-line*/
    .site-description { text-align: left; }
    

    Hope this will helps you.

    Thread Starter lofoten85

    (@lofoten85)

    Thank you!

    That worked just fine 🙂

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

The topic ‘Align the logo (image) to the left’ is closed to new replies.