Full-width image in "Image with text" section, with no space between page border & image Dawn theme

Full-width image in "Image with text" section, with no space between page border & image Dawn theme

Julietteweb
Tourist
9 0 2

Hello,

 

I'd like to be able to display the full width of the image in certain "Image with Text" sections.
I want to be able to choose which ones this applies to and which ones it doesn't. I also want there to be no space between the end of the page and the image.

 

For example, I'd like to do this on the red circled section on the product page. In yellow it is an exempleof what I want.

 

(I've tried several codes that I deleted because they applied the change to all "image with text" sections. When I tried these codes, there was always a small gap between the end of the page and the image.)

 

Would anyone have a code for this to work ?

 

My site is being created, here is the link and password : 

https://ancestraatheletes.com     /     ecrawl

 

Thank you !

 

 

 

 

 

Capture d’écran 2024-08-30 145043.pngCapture d’écran 2024-08-30 150228.png

Replies 2 (2)

Sangeetanahar
Excursionist
409 25 53

Hello @Julietteweb 

Go to online store ----> themes ----> actions ----> edit code ---->assets ----> component-image-with-text.css
search this code

.multirow__inner {
    display: flex; 
    flex-direction: column;
    row-gap: var(--grid-mobile-vertical-spacing);
}

replace with this code

.multirow__inner {
    /* display: flex; */
    flex-direction: column;
    row-gap: var(--grid-mobile-vertical-spacing);
}

884ac4db-ce08-4bc4-a973-9f846f4c20ef.png

 

Buy me a Pizza


If this was helpful, hit the like button and accept the solution.
Thanks

 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
Julietteweb
Tourist
9 0 2

Hello, thank you for taking the time to help me.

 

I added the code but nothing happened