Archived topic
Generate Press Premium
1 reply · Started by Mark on September 8, 2016
Some of the custom options in the premium do not seem to show up. A specific is the sections option. I select any number of columns and nothing changes. Is there something I should be doing to have the changes show? Also I would like to the header image I have to fill the full width and be centered. This could be my image but I thought I would check. When I select full width it moves over to the left. So I have to change the containment so the padding is like you see it here. http://www.infiniteexpanseradio.com. If you could help me I would appreciate it.
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 :)