Reply To: Generate Press Premium

Home Forums Support Generate Press Premium Reply To: Generate Press Premium

Home Forums Support Generate Press Premium Reply To: Generate Press Premium

#225016
Tom
Lead Developer
Lead Developer

Hi Mark,

Regarding Sections, are you not seeing these metaboxes?: https://generatepress.com/knowledgebase/generate-sections/

For your header, instead of using a background image, upload it as a logo in “Customize > Site Identity”.

Then add this CSS to make it full width:

.inside-header.grid-container {
    max-width: 100%;
}

.site-logo {
    width: 100%;
}

Hope this helps 🙂