Shopify themes, liquid, logos, and UX
Hi All,
I'm trying to align the prices on the collection pages and carousels. As you can see, they are currently misaligned. I have tried some css codes I found in various Shopify threads, but they are not working (or I am doing something wrong). Can someone help me with the correct CSS code and a walkthrough to get this resolved?
Thank you in advanced!
Some examples:
Solved! Go to the solution
This is an accepted solution.
Hi @TOC-MR
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
.card__heading {
min-height: 5vw !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hello @TOC-MR
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
Hello @TOC-MR
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.card__information {
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
don't think it worked for the carousel
Hi @TOC-MR
Check thiso ne.
.card__information {
display: flex;
flex-direction: column;
justify-content: space-between
}
don't think it worked for the carousel
This is an accepted solution.
Hi @TOC-MR
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
.card__heading {
min-height: 5vw !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
perfect it worked
@PageFly-Henry one extra question. It worked on dekstop. On mobile not yet. Do you have a solution for mobile?
@media (max-width: 767px){
.card__information .card__heading {
min-height: 16vw !important;
}
}
you can try with this code
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
yes it worked. However it's aligning with the strike price. Not the promo/sale price. Is that something we can change?
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