Impulse Theme: Quantity align with add to cart button in one row

@Tthetiger365

sorry for late here

yes, please add this code mobile device issue

  1. Go to Online Store->Theme->Edit code
  2. 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