Title: Problem
Last modified: April 8, 2019

---

# Problem

 *  Resolved [admin0478](https://wordpress.org/support/users/admin0478/)
 * (@admin0478)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/problem-247/)
 * Hello, I have a problem with Woocommerce. Look :
 * [https://aimeets.fr/validation-de-commande](https://aimeets.fr/validation-de-commande)
 * The check box (for the Terms) is incorrectly positioned.
 * How to solve that please? Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Imraj khan](https://wordpress.org/support/users/imrajkhan/)
 * (@imrajkhan)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/problem-247/#post-11407639)
 * Hi, admin0478
 * Paste the below custom CSS in customizer’s Additional CSS box:
 *     ```
       /*checkbox woocommerce*/
       .woocommerce form .form-row .input-checkbox {
          position: inherit;
           }
       /*checkbox woocommerce*/
       ```
   
 * Let me know did it work!
 * Thanks
    -  This reply was modified 7 years, 1 month ago by [Imraj khan](https://wordpress.org/support/users/imrajkhan/).
 *  Thread Starter [admin0478](https://wordpress.org/support/users/admin0478/)
 * (@admin0478)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/problem-247/#post-11410914)
 * Great! Thank you so much! By cons when you update the term, the problem is not
   likely to return?
 * Also, I have another problem, in the page [https://aimeets.fr/boutique](https://aimeets.fr/boutique),
   the products are not all the same size because of the texts that differ. (mainly
   on the phone) It does not look good. Can we fix this so that they are all the
   same size please?
 * Look : [https://snag.gy/NXxYlO.jpg](https://snag.gy/NXxYlO.jpg)
 * The problem is here too in the basket:
 * [https://snag.gy/K9NjCJ.jpg](https://snag.gy/K9NjCJ.jpg)
 * Is it possible to configure for everything to be the same size please? Thank 
   you.
 *  Thread Starter [admin0478](https://wordpress.org/support/users/admin0478/)
 * (@admin0478)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/problem-247/#post-11446135)
 * Up. Help me please…
 *  [rishi911](https://wordpress.org/support/users/rishi911/)
 * (@rishi911)
 * [7 years ago](https://wordpress.org/support/topic/problem-247/#post-11492611)
 * Hi, admin0478
 * Paste the below custom CSS in customizer’s Additional CSS box:
 *     ```
       .woocommerce ul.products[class*=columns-] li.product 
       {  
       min-height: 365px;
       }
       ```
   
 * You can change the value of min-height as per your requirement.
    With the use
   of this CSS code, the products are all in the same size but the content looks
   different because of the woocommerce default settings. So you have to manage 
   the text size.
 * Thanks
    Rishabh
 *  Thread Starter [admin0478](https://wordpress.org/support/users/admin0478/)
 * (@admin0478)
 * [7 years ago](https://wordpress.org/support/topic/problem-247/#post-11492986)
 * Thank you, it’s ok! And it is possible that the “see product” on red square, 
   appears each time at the bottom of the rectangle? To align with other products.
   Thank you very much.
 *  [rishi911](https://wordpress.org/support/users/rishi911/)
 * (@rishi911)
 * [7 years ago](https://wordpress.org/support/topic/problem-247/#post-11495079)
 * Hi, admin0478
 * Paste the below custom CSS in customizer’s Additional CSS box:
 *     ```
       @media(max-width:480px) and (min-width:200px){
       li.product .button, 
       .woocommerce ul.products li.product .button:hover, 
       .owl-item .item .cart .add_to_cart_button {
           border: 1px solid #ce1b28!important;
           position: absolute;
           bottom: 20px;
           left: 0;
           right: 0;
           margin: 0 18px;
       }}
       ```
   
 * Thanks
    Rishabh
    -  This reply was modified 7 years ago by [rishi911](https://wordpress.org/support/users/rishi911/).
    -  This reply was modified 7 years ago by [rishi911](https://wordpress.org/support/users/rishi911/).
 *  Thread Starter [admin0478](https://wordpress.org/support/users/admin0478/)
 * (@admin0478)
 * [7 years ago](https://wordpress.org/support/topic/problem-247/#post-11507706)
 * Hello thank you very much I will try!
 *  Theme Author [spicethemes](https://wordpress.org/support/users/spicethemes/)
 * (@spicethemes)
 * [7 years ago](https://wordpress.org/support/topic/problem-247/#post-11535789)
 * Did the above solution worked, If yes, Can I close this Post?

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/spicepress/3.8.2/screenshot.png)
 * SpicePress
 * [Support Threads](https://wordpress.org/support/theme/spicepress/)
 * [Active Topics](https://wordpress.org/support/theme/spicepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/spicepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/spicepress/reviews/)

 * 8 replies
 * 4 participants
 * Last reply from: [spicethemes](https://wordpress.org/support/users/spicethemes/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/problem-247/#post-11535789)
 * Status: resolved