Archived topic
Logo and background issues...
7 replies · Started by Anna on September 13, 2018
It seems like I can't connect my header background to my site background, they have to be two separate images? Is that correct or am I missing something?
Also, when my logo (inserted in the header) goes from website view to mobile view, the logo spacing becomes off and I wind up with extra white space framing the logo and it looks awful. Is there a fix for this? The padding is fine when on desktop, it's just mobile that is problematic.
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
It's not live yet :/
Any chance you have a test server to replicate the problem?
This will help us get to the solution right away.
Thanks!
No I don't, sorry.
Ok I'll do the best I can here.
See if this article helps what you are hoping to achieve:
https://docs.generatepress.com/article/page-hero-examples/
As for header padding, you can change it for mobile using this CSS:
@media (max-width: 768px) {
.inside-header {
padding: 20px 20px 20px 20px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
If this doesn't help then unfortunately I will need to see the site to understand the problem.
I don't know how to use CSS or code :(
See the Adding CSS link above: https://generatepress.com/forums/topic/logo-and-background-issues/#post-676719