When working on a WC single layout the width of a section is limited - it doesn’t go out to the full width of the screen. This is not the case for sections when working on layouts for regular single posts.
Is this an oversight or bug? And how do you recommend I fix it?
UPDATE: Seems like it is related to
[class*=woocommerce] .entry-wrap {
padding:60px;
}
From the Integrity style. But this seems like a bug or an oversight at least.

