Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi,
When someone clicks the team photo and goes to the team page, the picture is huge. Can the picture on the team page be made smaller?
https://millerdesigns.net/?staff=angie
It would be fine if it is no bigger than the image on the about page. (https://millerdesigns.net/?page_id=1187) I just want someone to be able to go to the additional page to learn more about each individual without having an image in their face.
Thanks,
Angie
Hello,
Please try adding this code into your Custom Css box:
.blog-article.standard-style.staff .media > *:not(.post_type) {
width: 50% !important;
}
This should be the result: https://postimg.org/image/736wrstgn/
Change the value to your wish.
Best regards!
You must be logged in to reply to this topic.