Frame around products and categories
-
Hello! I got a css code that gives me a small frame around the products, and it looks awsome! BUT! It makes the same frame around my categories, and since I made it bigger for the products (much text) it is also bigger for the categories, and that looks terrible!
How to add own frame to categories? Here is my css code;
.woocommerce ul.products li.product {
border: 1px solid #ccc;
box-sizing: border-box;
padding: 10px;
min-height: 30em;
}
ul.products li.product {
min-height: 26em;
}The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.