How can I make a product page image full width on Focal theme?

Hello community!?

I am currently building my product page, and I’m trying to make the product description have no padding/ be full width.

Look at the images below for a visual presentation of what I’m looking to do. I’m using the Focal theme.

Is this possible to make the content break out of the container? Thank you so much for your help

Hello There,
Please share your store URL and and password.
So that I will check and let you know the exact solution here.

@Mathildew

Please share your store URL!

Thanks!

Hi~ this is my url https://fitody.com/

hi~ this is my url https://fitody.com/

@Mathildew

Please add following css code your assets/theme.css bottom of the file.

@media screen and (max-width: 740px){
.product-tabs__tab-item-wrapper {padding: 0px !important;}
}

Thanks!

thank you so much it works~