• Hello,

    I would like to move the site title and tagline on my blog down to be more centered within my header image. What is the best way for me to do this? Would it be better to use a text widget? Also, what is the best way to modify the font type and size for the site title and tagline?

    I am working on Storiesofgeorgia.com and I am using the Gateway Theme.

    Thank you for your time!

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This comes close:

    @media only screen and (min-width: 40.063em) {
      .site-title {
         padding-top:100px;
       }
    }

    if your theme as a custom CSS feature, add it there. If not, install the plugin “simple custom css” to allow custom CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I reposition header text? (Gateway Theme)’ is closed to new replies.