- This topic has 2 replies, 2 voices, and was last updated 12 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › WP eStore Forum › Additional Product Images Thumbnail Size
Hi,
I would like to change the Additional Product Images Thumbnail Size.
I use this shortcode :
[wp_eStore_fancy_display id=x type=1 style=10]
Help ! I need somebody…
Thanks,
David
Look for the following block of CSS code in the “eStore_extra_shortcode_css.css” file from the extra shortcodes plugin:
.eStore-additional-thumbnail-fancy-10 img,.eStore-additional-thumbnail-fancy-10 a img {
background-color:#FFF;
border:1px solid #A9A9A9;
margin:0px 2px 2px 0px;
padding:1px;
width:24px;
height:24px;
}
The width and height is set to 24px. You can change those values to customize the size.
Thank you