Thumbnail Sizing Issues
-
The thumbnail sizing issue still does not work per your reply below from my previous inquiry. My designer I added that to the theme CSS and it didn’t seem to work she said. Still trying to adjust the size of the individual page thumbnails.
“I’m sorry about this…there ended up being some changes to the CSS that will be more helpful in the long run, but I knew it would change things for some people.
What you need to do is add rules like this to your theme stylesheet:
For the list:
#content pdb.list .image-field-wrap img {
height: 100px;
}
For the single record:
#content .pdb-single .image-field-wrap img {
height: 300px;
}
You see that what I did was make it so that the CSS class has is related to the shortcode that was used. The #content ID is needed to override the plugin stylesheet.
Hope that gets you set up.”https://www.ads-software.com/extend/plugins/participants-database/
- The topic ‘Thumbnail Sizing Issues’ is closed to new replies.