Hi,
I'm trying to reduce the padding underneath my product image so the space between the product image and footer is the same as the space between the banner and product image but on mobile only.
Have tried this code but it doesn't seem to change anything. Have also tried to swap margin for padding but no joy.
@_media only screen and (max-width: 749px) {
.shopify-section-16111766910bc0d32c {
margin-bottom: 0px;
}
Any advice?
Site is theofficialmusicboxcompany.com
pw is TOMBC
Solved! Go to the solution
This is an accepted solution.
You should change the margin for your footer, I believe that's the culprit:
footer.site-footer {
margin-top:20px
}
No problem at all- just very grateful for the help!
I was wondering if you could help with a couple of things on my product page?
I would like to reduce the product image size slightly for mobile only and would also like to reduce the empty space between the product thumbnails and the product title (also mobile only).
Plus also the padding at the bottom of the page (after social sharing buttons) could do with less padding. Thank you so much!
@Tilde - Add following css to the end of your theme.css file
@media only screen and (max-width: 749px){
User | Count |
---|---|
454 | |
194 | |
137 | |
61 | |
36 |