Viewing 8 replies - 1 through 8 (of 8 total)
  • 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 5 years, 7 months ago by Imraj khan.
    Thread Starter admin0478

    (@admin0478)

    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, 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

    The problem is here too in the basket:

    https://snag.gy/K9NjCJ.jpg

    Is it possible to configure for everything to be the same size please? Thank you.

    Thread Starter admin0478

    (@admin0478)

    Up. Help me please…

    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

    (@admin0478)

    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.

    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 5 years, 6 months ago by rishi911.
    • This reply was modified 5 years, 6 months ago by rishi911.
    Thread Starter admin0478

    (@admin0478)

    Hello thank you very much I will try!

    Theme Author spicethemes

    (@spicethemes)

    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.