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

    I’d like to allow the featured image on posts to expand to the windows size instead of being limited by the Maximum container width setting?

    How can i achieve this?

    #670428

    Hey kilimats,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .container.template-blog.template-single-blog {
        padding: 0;
    }
    

    Best regards,
    Yigit

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