Shopify themes, liquid, logos, and UX
hey,
i need your help aligning the arrows of the collection list to the right as show in the image.
thanks in advance.
https://z8p66wloo6n24dcm-65779892391.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Please add this code more
.collection-list-wrapper h3.card__heading > a span.icon-wrap > svg {
transform: rotate(180deg);
}
I hope this helps
Best,
Daisy
.collection-list-wrapper h3.card__heading > a {
display: flex !important;
flex-direction: row-reverse !important;
justify-content: flex-end !important;
}
Here is the result:
I hope this helps
Best,
Daisy
Hey Daisy,
want can i do to flip the arrows side?
i want the arrow head to the left
This is an accepted solution.
Please add this code more
.collection-list-wrapper h3.card__heading > a span.icon-wrap > svg {
transform: rotate(180deg);
}
I hope this helps
Best,
Daisy
You can refer to this css:
.collection-list-wrapper .card__heading a {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
.collection-list-wrapper .card__heading .icon-wrap svg {
transform: rotate(-180deg);
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025