Shopify themes, liquid, logos, and UX
Id like to align the prices as such (similar to how the product vendors are aligned): TIA
Balenciaga – Young Professionals Collective (ypcollective.com)
Hi @ypcollective ,
Please see the solution below:
1. In your Shopify admin, navigate to "Online Store" under Sales Channels. Click the three dots next to the theme you wish to edit, then select "Edit Code"
2. Next you can find Main.css/theme.css/base.css/style.css(it will be based on your theme file)
Add this css code:
<style>
.collection .card-information {
min-height: 95px;
position: relative;
}
.collection .price {
bottom: 0;
position: absolute;
}
@media screen and (max-width: 767px) {
.collection .card__information h3 {
min-height: 70px;
}
}
</style>
Result:-
If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025