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!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By 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, 2024