changing text position on header image

  • Unknown's avatar

    →Hi, i’ve recently changed my theme to ‘Mckinley’ but when i loaded my headed image my tagline was crossing the horizon line of the image. I wondered if its possible to either lift the text a little higher so it clears the horizon line or make the header wider so there is more skyline to fit the tagline?
    →Also – on my pages can i have a different header image replacing the header that is on my blogroll or will it only take another image below a fixed header? Hope that makes sense. Thanks for your help. best regards, am.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi amsoth

    Adding the following custom CSS will lift your header and tagline text.

    .site-header .home-link {
        padding: 10px 0 20px 0;
    }

    You might also want to change the tagline color to make it more visible.

    .site-description {
        color: #172639;
    }
  • The topic ‘changing text position on header image’ is closed to new replies.