How to resize the media with text section in css?

Hi everyone,

I’m having trouble getting the image in my section media with text to completely fill its container. Despite several adjustments, the image doesn’t cover the full width and height as expected.

Has anyone successfully achieved this effect or have any suggestions on what adjustments I should consider to ensure the image occupies the entire container space? Any help or ideas would be greatly appreciated!

Thanks in advance.

Here is what i want :

May I know on this page this section is? Because I check and not found. Or this is on Duplicate theme?

Hello @Draeger-Paris
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Hello,
It is the “media with text” section in the shopify theme.

But here is the url : https://www.draegerparis.com/pages/collection-camille-et-anna

Paste this code in main.css file.

Here is how you can find main.css file.

Go to Shopify Admin > Online Store > Edit Code > main.css go to end of this file and paste the following code.

#shopify-section-template--22894494712132__media_with_text_hg8VEV .container{
    max-width: 100% !important;
    padding: 0 !important;
}
#shopify-section-template--22894494712132__media_with_text_BLLDxA .media-with-text{
         max-width: 100% !important; 
}

Results:

If you need more help regarding this let me know.

Thanks

Hello,
the url : https://www.draegerparis.com/pages/collection-camille-et-anna
And this is what i want to do :