Shopify themes, liquid, logos, and UX
Does anybody know how we can create some space between the divider and the price?
URL: https://excitarestudios.com/
We added this code to theme. liquid:
<style>
.price.price--large.price--show-badge {
border-bottom: solid 1px #F1F1F1 !important;
}
</style>
Solved! Go to the solution
This is an accepted solution.
Hello @JoaquinExcitare ,
Update your code with this one
.price.price--large.price--show-badge {
border-bottom: solid 1px #F1F1F1 !important;
padding-bottom: 10px !important;
}
Try to play with value 10px to increase/decrease the space.
Regards
Guleria
This is an accepted solution.
Hello @JoaquinExcitare ,
Update your code with this one
.price.price--large.price--show-badge {
border-bottom: solid 1px #F1F1F1 !important;
padding-bottom: 10px !important;
}
Try to play with value 10px to increase/decrease the space.
Regards
Guleria
I've already answer your question in your other post 30mins ago.
.price.price--large.price--show-badge {
border-bottom: 1px solid #f2f2f2 !important;
padding-bottom: 10px;
}
And Save.
https://community.shopify.com/c/shopify-design/add-space-on-top-of-divider/td-p/2893517
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024