Shopify themes, liquid, logos, and UX
Hello,
I'm looking for a solution to align the prices of our products. I'm using the Impact theme. Thank you!
Solved! Go to the solution
This is an accepted solution.
Hey @Hobbycards,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
price-list.price-list {
margin-top: auto !important;
}
.product-card__info > div {
display: flex !important;
flex-direction: column !important;
}
.product-card__info {
display: flex !important;
}
@media only screen and (max-width: 989px) {
.product-card__info {
height: 100% !important;
}
product-card.product-card.product-card--show-secondary-media.bg-custom.text-custom {
display: flex !important;
flex-direction: column !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @Hobbycards,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
price-list.price-list {
margin-top: auto !important;
}
.product-card__info > div {
display: flex !important;
flex-direction: column !important;
}
.product-card__info {
display: flex !important;
}
@media only screen and (max-width: 989px) {
.product-card__info {
height: 100% !important;
}
product-card.product-card.product-card--show-secondary-media.bg-custom.text-custom {
display: flex !important;
flex-direction: column !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Thank you!
We 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, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024