[Resolved] Featured images on posts not taking full container width

Home Forums Support [Resolved] Featured images on posts not taking full container width

Home Forums Support Featured images on posts not taking full container width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1318655
    gabrielvb1100

    Hello, Ive set the featured images on posts to be above the content, but they arenot taking the full width of the container, global container is set to 1280, images are mostly 1024 widht, is there a way to force them taking full container width?
    I am migrating to GP so old images from old theme are 1024 widht

    It was weird because the first time ive set that option the images were taking full width but suddently not
    thx

    #1318910
    David
    Staff
    Customer Support

    Hi there,

    try this CSS to force them to fill the space:

    .featured-image img {
        width: 100%;
    }
    #1318984
    gabrielvb1100

    Super, thank you!

    #1319150
    David
    Staff
    Customer Support

    You’re welcome

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