Jump to content

How to move a text down


andreicos82

Recommended Posts

@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

Edited by SmartDataSoft (see edit history)
  • Like 1
Link to comment
Share on other sites

16 minutes ago, SmartDataSoft said:

@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

Thx for Reply!

I apologize for the nub question but, you mean the custom.css file in /themes/mytheme/assets/css/custom.css ???
Should the code be added to the bottom of the page if I understood correctly?

Link to comment
Share on other sites

@andreicos82

Sorry one mistake happen when i paste css one line missing , i update my css, at the end of your css you will css find this bellow rules has no closing, so replace this css rules with bellow rules. and keep above two rules. then you will see Cantitate  show in left

.product-add-to-cart .product-quantity {
    clear: right;
}

 

Thank you once again .

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...