White space under logo
- The topic ‘White space under logo’ is closed to new replies.
Need help? Check out our Support site, then
Hello!
For my logo, I have an image uploaded but dislike all of the white space between the logo and my posts… is there a way to minimize the empty space?
officialsimplyjules.wordpress.com
Any help would be greatly appreciated!
The blog I need help with is: (visible only to logged in users)
Hi there,
I can see the issue, since you have custom CSS could you try the following custom CSS:
@media screen and (min-width: 1150px) {
.has-site-logo #primary {padding-top: 0;}
#site-branding {margin-bottom: 0;}
}
Best, Ellen