sorry for late here
yes, please add this code mobile device issue
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
@media (max-width:768px) {
.product-single__form {
margin-top: -69px;
margin-left: 90px;
}
.product-single__meta .js-qty__num {padding: 10px 20px;}
.product-block {
text-align: left;
}
.product-block .btn--full {
font-size: 11px;
padding: 13px 10px;
}
}
confirm
