• I want to center the Site title and tagline in the header of my page. I’ve played around with adding some text-align: center to various places that I think it might go, but I haven’t found the magic spot. I have a kind of short title and I think it would look much better aligned center in that box. How can I do that in the Solon theme?

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello roundmom,

    Add below css code into your current active child theme’s style.css file or you can add it additional css option into theme customizer.


    .site-branding h1.site-title,
    .site-branding h2.site-description {
    text-align: center;
    }

    Hope this will helps you.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Centering Site Title’ is closed to new replies.