This topic has 8 replies, 3 voices, and was last updated 2 years, 5 months ago ago by Rose Tyler
I was looking to make the background of the products on the site the same height when borders are enabled.
Hello,
Add the next code in Theme Options > Theme custom CSS:
.products-bordered-layout.with-ajax .ajax-content>div, .products-bordered-layout:not(.with-ajax)>div {background-color: white;}
Regards
Asked the developer privately
Hello,
You can move the product to another row, next to product categories. Go to Theme Options > WooCommerce > Product Catalog > Categories Appearance > Apart from products.
Regards
Thanks Olga for responding quickly. I was hoping to keep the products next to the categories. Is there a way to make the categories the same height as the products?
Hello,
Please provide URL of this page – https://ibb.co/jWrvD9Z , so we can inspect the page code and give the correct custom CSS code.
Regards
Here is the url to the shop
Hello,
Add this code and check:
.category-grid {
padding: 30px 0 15px 0px !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up