All things Shopify and commerce
How do you reduce spacing between elements on the product page for the motion theme? The spacing between my sections is crazy and driving me crazy literally.
shop : https://890c79-d5.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
I found the solution, I had to add .index-section { margin: 20px 0; } in the custom code section, hope that helps others folks!
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>
<style>
@media only screen and (min-width: 590px) {
.template-product .index-section {
margin: 30px 0 !important;
}
}
</style>
there are big spaces between my sections, how can I fix it
please
This is an accepted solution.
I found the solution, I had to add .index-section { margin: 20px 0; } in the custom code section, hope that helps others folks!
can you be more specific. same issue. where exactly are you dropping this code?
Hey 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, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024