Category images size problems & category heading text
-
Hi sorry to bother you again. Am having a few issues with the category page images being the wrong sizes, see here
After searching the forums for the last few hours to sort it myself, I used 3 lots of advice, copy and paste the following code into theme options custom css box:
.product_details h5 {
min-height: 100px;
}
&
ul.products li.product a img { width:auto; height: auto; }.related ul.products li.product img, .related ul li.product img, .upsells.products ul.products li.product img, .upsells.products ul li.product img { width: auto; height: auto; }
.single-product.layout-full .images img {
width: auto;
}
****or should I have pasted this in the ‘edit CSS’ page or is it the same thing?
Also I installed the plugin wordpress ‘Jetpack’ as this is supposed to help change all your images to the right size.
My other question is can you change the category heading colours or highlight them in your sidebar listing as it is a bit too ‘texty’?
I know there are heaps of image sizing forum topics but couldn’t find quite what I was looking for so sorry if this has already been done.
Thanks in advance.
- The topic ‘Category images size problems & category heading text’ is closed to new replies.