- This topic has 4 replies, 2 voices, and was last updated 11 years, 1 month ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Simple shopping Cart Usage › Modified CSS, but thumbnail image does not change
Tagged: css file
I’m getting the thumbnails, but they’re all loading at the square 125×125 pixel size, which badly distorts my rectangular images.
I went in and changed wp_eStore_style.css to the following:
And
However, after saving my CSS file to back to the site, I’m still getting the same square 125×125 boxes.
Because all the images are book covers, I need all the text on them—title and author information is removed with Smart sizing.
Have I overlooked an essential step in getting the images to resize?
Thanks in advance for any help you can offer.
Have you cleared your browser cache?
Please post a link to the page you are referring to.
I also recommend that for any CSS modifications you do the following:
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in there
Clearing the cache didn’t help. Did install the plugin. Did copy and paste the CSS from above into it.
Here’s the page:
[http://howtothinksideways.com/sidewaysnew/shop/]
This is on my DEV site, btw. Products are not live.
Your CSS code looks wrong. Replace it with the following:
.eStore-fancy3-thumb img{
width:125px !important;
height:200px !important;
}
<sigh> In retrospect, that’s really obvious. Thank you so much for helping me out.