All things Shopify and commerce
Hello, how can I make my collapsible row edges smoother like this:
Instead of my current URL: Controllable LED Curtain – TrendBlend
Thanks in advance!!
Solved! Go to the solution
This is an accepted solution.
Hi @TrendBlend
You can add this code to the Custom CSS to round gif:
.media > *:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
border-radius: 20px;
}
Here is the result :
Hi @TrendBlend
You can follow the instruction here to round your collapsible row:
1. Go to Shopify > Theme > Customize > open Custom CSS
2. Copy and paste this code to the section > Save
.collapsible-row-layout .accordion {
border-radius: 30px;
}
here is the result :
Hello @LizHoang, it looks good. Do you also know how I can make the GIF next to it also have round edges, like my product pictures have?
And how can I make the GIF next to it also have round edges, like my product pictures have?
This is an accepted solution.
Hi @TrendBlend
You can add this code to the Custom CSS to round gif:
.media > *:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
border-radius: 20px;
}
Here is the result :
Hello @LizHoang I appreciate your help!! I have one more question, is it possible to place the middle of the collapsible rows, next to the middle of the image on desktop so it just looks slightly better. Image for explanation (I want the green part (middle of each object) to connect).
Hi @TrendBlend
You can try to add this code to the Custom CSS section:
.collapsible-row-layout .accordion {
top: 16px;
}
Here is the result:
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024