I recently updated our site and now have an odd issue…
We have a Team Members page, and uses the included formatting for a few staff members. They used to appear with the smaller images of 115px x 162px.
Although the page shows the images are in fact 115px x 162px, when the page is published – they show up huge.
Is there a setting somewhere I need to change/fix/enable to put them back to their original sizes?
Thanks!
Hey Chris,
Add the following to quick css:
.team-img-container img{
width:115px!important;
height:162px!important;
}
I have also reported this issue to the team for a permanent fix.
Best regards,
Jordan Shannon