[Support request] Generate Press Premium

Home Forums Support [Support request] Generate Press Premium

Home Forums Support Generate Press Premium

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #225015
    Mark

    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.

    #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 🙂

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