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!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025