Hello,
I noticed that when a category has 3 or more products it looks great but when the category only has 1 item it looks like its in a 4 or 5 product row by its self (the picture shrinks and the text can only fit 6 or 7 letters. How can I go about fixing this?
Example redl&dentalpr0duct$.com/product-category/disinfectants
Please change the & to and, 0 to o, $ to s
We’re sorry we couldn’t get around to the query earlier.
To fix this issue you would need to add additional CSS rules. This is simple to do.
Please log in to the admin of your site and browser to “Apperance >> Customize >> Additional CSS”.
Please paste the below code in the textarea for “Additional CSS” and save it.
.products{
display:block;
}