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
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