Home Forums Basel support forum Product categories in VC bug Reply To: Product categories in VC bug

#37510

Artem Temos
Keymaster

Hi,

1. You can change product thumbnails position in Theme Settings -> Product page.

2. Try to add the following code snippet to the Custom CSS area in Theme Settings to change compare and wishlist buttons position

body .product-type-simple .entry-summary .yith-wcwl-add-to-wishlist {
   display: block;
   padding-top: 20px;
   margin-top: 10px;
   margin-bottom: 15px;
   border-top: 1px solid rgba(119,119,119,.17);
}

body .product-type-simple .compare-btn-wrapper {
   margin-bottom: 20px;
}

body .product-type-simple .product_meta {
        border-top: none;
   padding-top: 0;
   margin-top: 0;
}

Regards