• Resolved slenells

    (@slenells)


    In child theme, changing site-tile float to none is not centering the site title. float right is putting the title to the right, but both float left & float none are leaving the title on the left…
    Any suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I think this will help:

    .site-title { float:none; text-align:center; }

    Mike

    not sure why u need to make this change in child theme when you can use a custom css manager. As mike mentioned, text-align: center is what you might have missed out. Also if it does not take effect, then do this:

    text-align: center !important

    Personally I prefer child theme, since you can stuff there .php + .js modifications and all kind of additional things, like complete new libraries, without fear that next theme update will swipe it.

    Thread Starter slenells

    (@slenells)

    thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘.site-title { float:none } does not center the site title…’ is closed to new replies.