- This topic has 0 replies, 1 voice, and was last updated 13 years, 6 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 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 › WP eStore Tweaks › WP eStore NextGen Gallery Integration – Define a Max Width For Thumbnail Area
Tagged: NextGen Gallery Thumbnail Area
If you have long description/captions for your images configured in NextGen gallery then you might find this useful. You can specify a maximum width for each of the NextGen gallery thumbnail boxes so they all look symmetric rather than scale with the size of the description.
Simply add the following bit of CSS code to the WP eStore’s CSS file (wp_eStore_style.css):
.ngg-gallery-thumbnail-box {
max-width:150px;
}
Obviously you can adjust the size to whatever by changing the number 150 to suit your need. This will also force the image descriptions to wrap if they are too long.