Hi there,
I just noticed that on mobile for my site (https://www.mirrormirrorbooks.com/) there is a right border that Ii not sure how to remove that.
looking forward to your feedback and support
Solved! Go to the solution
Sorry for facing this issue, it's my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site issue images,
So I will check and provide a solution here.
@mirrormirror - add following css to the very end of your theme.scss file
.template-index .product-media--featured-product {margin-left: -210px;}
, this is for the particular section on home page only, that should remove that right border, you can adjust number -210 as per need
This is an accepted solution.
Dear @mirrormirror
Hope this will help you
/* Start */
@media only screen and (max-width: 991px) {
#shopify-section-16085926615f29f3c1 . product-media--featured-product {margin-bottom: 0 !important; margin-left: 0 !important; }
#FeaturedProduct-16085926615f29f3c1 .product-media__image--featured-product {margin-top: 0 !important;margin-left: 0 !important;}
}
@media (max-width: 479px) {
.product-media--featured-product {margin-bottom: 0 !important;margin-left: 0 !important;}
#FeaturedProduct-16085926615f29f3c1 .product-media__image--featured-product {margin-left: 0 !important;width: 100% !important;}
}
/* End*/
If you still need help you can contact us by using the link or email given at signature.
User | Count |
---|---|
543 | |
212 | |
129 | |
78 | |
44 |