Jump to content

Edit History

SmartDataSoft

SmartDataSoft

@andreicos82

If you add this bellow css in your template custom css file or this module 

 

it will look like 

 

 #product section#main .product-add-to-cart {
   
     display: block;
      float: none;
}

.product-add-to-cart .control-label{
    float: left;
    line-height: 36px;
}
.product-add-to-cart .product-quantity {
    clear: right;
}
    

 

Thank you

download.png

SmartDataSoft

SmartDataSoft

@andreicos82

If you add this bellow css in your template custom css file or this module 

 

it will look like 

 


 #product section#main .product-add-to-cart {
   
     display: block;
      float: none;
}

.product-add-to-cart .control-label{
    float: left;
    line-height: 36px;
}
.product-add-to-cart .product-quantity {
    

 

Thank you

download.png

×
×
  • Create New...