Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
I want Add to Cart or Buy Now button parallel like this on phone .
I'm Using Debutify 2.0.2 theme
Now my site looks this this
Reply soon
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss or theme.css any one file and paste this at the bottom of the file.
Let me know if it works for you.
Good Luck!
@media screen and (max-width: 769px)
.btn--add-to-cart {
flex: 40% !important;
margin-right: 10px !important;
}
You can adjust by increasing the values from 40% up to 50%.