Shopify themes, liquid, logos, and UX
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 !
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);
}
Buy me a Pizza
If this was helpful, hit the like button and accept the solution.
Thanks
Hello, thank you for taking the time to help me.
I added the code but nothing happened
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024