Site logo

[Support request] Making full header responsive and placing the title and tagline above the header

Home Forums Support [Support request] Making full header responsive and placing the title and tagline above the header

Home Forums Support Making full header responsive and placing the title and tagline above the header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2415173
    Alan Stancliff

    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

    #2415215
    David
    Staff
    Customer Support

    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;
    }
    #2416235
    Alan Stancliff

    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

    #2416253
    David
    Staff
    Customer Support

    When you say not responsive – can you explain a littler more or share some screenshots ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.