• tlawork

    (@tlawork)


    Depending on the browser width, many times the logo and the tagline of the site are rendered “too low” on the title portion of the home page. I have looked at some of the code and looked at the resulting HTML from client side and I can not figure out.

    WHat I’d like to do is have the logo and the tagline positioned in the upper left of that portion of the home page.

    Could this be a style css modification or would this be a change in one of the templates?

    Thanks,
    example – http://lonestarmilitaryball.com home page.

Viewing 1 replies (of 1 total)
  • Gary Barrett

    (@gary-barrett)

    Hi @tlawork,

    Try adding the css below to your site in Appearance > Customize > Additional CSS.

    #header-branding {
        padding-top: 0 !important;
    }

    It should make the logo and tagline appear higher up.

    If you want to add a slight bit of padding, you can change the 0 to something like 3%, or a fixed value like 30px.

Viewing 1 replies (of 1 total)
  • The topic ‘Trouble with TITLE page logo and words too low on teh page’ is closed to new replies.