Hi, I’m new to Shopify and I would like to know if I can change it to the bottom somehow or if anyone could tell me how
Solved! Go to the solution
Please explain more with screenshot where do you want to place the add to cart button
Please provide website url and if your store is password protected then also provide password
This is an accepted solution.
PLease place this code at the end of theme.scss
@media only screen and (max-width: 750px) {
#shopify-section-product-template .product-single__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#shopify-section-product-template div[itemprop="offers"] {
order: 2;
width: 100%;
}
#shopify-section-product-template .product-single__title {
width: 100%;
}
#shopify-section-product-template .social-sharing {
order: 3;
width: 100%;
}
}
User | Count |
---|---|
795 | |
132 | |
91 | |
67 | |
60 |