After some playing around with it, I finally figured it out. My solution is below.
.box img {
max-width: 50px!important;
height: auto;
}
Thanks for the quick response.
1) for the act_permalink field, does it matter what the field type is? I just left it as default Plain Text.
2) That just goes into the Functions.php of the theme?
Thanks bcworkz. I did a lot of looking and figured out what I need is the Pods plugin. I’m basically taking an excel file and exporting it database to create 200+ pages all with the same template.
Just wondering, did you ever figure out how to do this? I’m trying to do the same right now.