site header being affected by .font-header changes
-
How to create smaller space between blog post and blog date without changing look of the site header?
This is the code I have to use to drop the site header down on smaller screens but that also means there is unusually large space between the blog title and date.
@media screen and (max-width: 550px) {
h1:not(.site-title),h1:not(.site-title) a,.font-header {
font-size: 5rem;
margin-top: 70px;
}
If I change the margin-top to 10px, it reduces the space between the title and date however my site header disappears on the top of the page on small screens.Suggestions on fixing this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘site header being affected by .font-header changes’ is closed to new replies.