Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Codeus

    (@wpcodeus)

    Hello @saschinger,

    Looking at the source code of your referral link it looks like GeneratePress is applying it’s own CSS to the proposal template. Below is some CSS that will override this styling for the post type proposal:

    .single-proposal .site-content {
        padding-top: 0px!important;
    }
    .single-proposal .grid-container {
        max-width: unset!important;
    }

    Best regards,
    WP Codeus

    Thread Starter presscode

    (@saschinger)

    Thank you very much for your prompt reply, I really appreciate this, as this is a free plugin, thanks!

    Also thanks for the code, which is working well!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hero Header looks cropped’ is closed to new replies.