Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #816962

    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!

    • This topic was modified 7 years, 4 months ago by ckonanz.
    #817007

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.