Site Title and tagline location

  • Unknown's avatar

    I like the way the Site Title and tagline are in the header on home page but when clicked on about or contact page, the site title and tagline go up in the corner of the header very small. any help with a css that keeps them displayed like on the home page? Im already using these css for height on header and bigger wording for site title and tagline

    .masthead {
    height: 360px;
    }

    .wf-active .home h1.logo {
    font-size: 6.2em;
    }

    .wf-active h2.description {
    font-size: 2em;
    }

    thanks!

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

  • Unknown's avatar

    Hi there, the home page and static pages have different styling for the header area in Traveler, but we can override that and make it the same as the home page with the following.

    @media screen and (min-width: 956px) {
    .page .branding {
        clear: both;
    	margin: 40px 2%;
    }
    .wf-active .page h1.logo {
        font-size: 6.2em;
    }
    .page h1.logo {
        margin: 0 auto;
        text-align: center;
        width: 90%;
    }
    .page h2.description {
        text-align: center;
    }
    }
  • Unknown's avatar

    great. works perfect, thanks for the help.

  • Unknown's avatar

    one other question kinda talking about the something. is there a css that will enlarge the logo for the header?

  • Unknown's avatar

    I don’t use a logo now because it’s so small you can’t see it

  • Looks like you’ve got that, so I’ll close this out. If you need help with a different issue, go ahead and open a new thread. Cheers :)

  • The topic ‘Site Title and tagline location’ is closed to new replies.