Hi, always happy to help if I can 🙂
To get rid of the >> in the product title add this code to your theme css:
.wpc-title a {
background: none !important;
}
To get the products 3 in a row in your case you need to first reduce the width of col-2 (the right column) so that it fits properly in your theme. Do this by adding this code to your theme css:
#wpc-col-2 {
width: 635px !important;
}
Now if you still want 3 thumbnails across instead of just 2, change the setting on the plugin settings screen to 3, and then reduce the size of the thumbnails so that 3 can fit next to each other in the space you have available for them. In your case I can see that most of your images are in fact square, so it would make sense if you can make the width and height the same so that the images scale nicer. Try ~150px for both height and width. Also to make the larger images scale nicer you should make them square too.
Hope that helps. 🙂 Oh and if you like the plugin it is very helpful if you can give a rating/review here. Thanks
THANK YOU THANK YOU THANK! I will let you know if I have any further questions!
Last question,
How can I make the product title go to a second line rather than one super long line which messes up the layout? Thank you!!