Archived topic
Making full header responsive and placing the title and tagline above the header
3 replies · Started by Alan Stancliff on November 14, 2022
I have a full header image. I do not seem to be able to get this to be responsive. Also, I do not see how to move the page title and the tagline to be located above the header image. I am using a child theme of Generate Press which seems to be working all right otherwise. I am developing this on a local wamp server, so I can't give you a URL. But I can give you a URL of another site I developed some years ago with Generate Press that has a similar layout.
https://15nowtacoma.org/
I've been racking my brains, and any help would be greatly appreciated.
Regards,
Alan Stancliff
Hi there,
if you have the Site Title, Tag Line and Logo all displayed in the header.
Then add this CSS to stack them;
.site-branding-container {
flex-direction: column-reverse;
align-items: flex-start;
}
Hello David,
That stuff seems to be stacking correctly now, but the big header image is still not responsive. Could you please make a suggestion to fix that?
Regards,
Alan Stancliff
When you say not responsive - can you explain a littler more or share some screenshots ?