See the screenshot to see what I mean. I want to add more spacing, either below the divider bar beneath the breadcrumb, or above the main product image for mobile. Whichever gets the job done.
My website URL is: https://nextlevelartwork.com/collections/outer-space-collection/products/anomaly-framed-canvas?varia...
Thanks,
Anton
Solved! Go to the solution
Please place this code at the end of theme.scss
@media screen and (max-width: 768px) {
.breadcrumb {
margin: 16px 0px !important;
}
}
This is an accepted solution.
Remove the old code and replace it with my new one
@media only screen and (max-width: 768px) {
#ProductSection .grid {
margin-top: 24px !important;
}
}
Can you please email me because I got message limitations here
My email: parambabla.soft@gmail.com
User | Count |
---|---|
737 | |
141 | |
101 | |
64 | |
44 |