Site Title and tagline location
-
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)
-
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; } } -
-
one other question kinda talking about the something. is there a css that will enlarge the logo for the header?
-
-
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.