Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

container and featured image width

  • Hi,

    I have been uploading featured images which are 1200 width, and I have also set my container to 1200 width, but I see there is a discrepancy that’s originating somewhere as the edges are not in alignment. Do I have some padding around the featured image or is the container not 1200 wide?

    Thanks in advance.

  • Hi there,

    It’s because the featured image has a margin-right set, try adding this CSS to override it:

    .single-post .inside-article .featured-image.page-header-image-single {
        margin-right: 0;
    }

    Let me know if this helps!

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