Reducing Header size
-
I’ve read through the various queries related to this problem, but I’m not quite sure how to use the CSS correctly. One of the suggestions was:
#site-title {
margin-top: 0;
}
So I pasted that into the editor. And no change.Suggestions?
The blog I need help with is: (visible only to logged in users)
-
Hi there, what happens if you reduce the padding of the header element with this code
header.entry-header.has-text-align-center.header-footer-group { padding: 0; }and maybe also reduce the font size a little bit
-
-
the background for the header can be changed with this code
#site-header { background: BLACK; }replace the black with your preferred color.
-
Thanks for helping out @ggmoyo!
@linesbyleon, remember that with your plan, you can access Live Chat directly via https://wordpress.com/help/contact. -
Yes, I know. I like to research problems on my own and that option would be my next step.
Thanks!
- The topic ‘Reducing Header size’ is closed to new replies.