• Hi, first off, I love this theme.

    I like to know, how to left-align the logo at the top, currently it’s always centered?

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello jairrab,

    Add below code into active child theme’s style.css file.

    Note : Don’t modify your theme. Use child theme for any modification.

    .logo, .tagline {
    text-align: left;
    }

    Hope this will helps you.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Left align the logo?’ is closed to new replies.