Home › Forums › All Other Themes › Testimonial Image Size
- This topic has 13 replies, 3 voices, and was last updated 7 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
March 10, 2017 at 11:57 pm #65112
http://mysbiz.com/tempfirm/
template: industrialHow do I make the images in the testimonial section larger?
https://snag.gy/lGoIK4.jpg
March 12, 2017 at 8:26 am #65146I put this in the in the Basic Settings Custom CCS:
.testimonialimage img {
width: 200px;
height: 200px;
border: 1px solid #edecec;
border-radius: 60%;
}But you can change the px size to suit 🙂
March 15, 2017 at 1:09 am #65448Thank you, but I even changed to 400 px and the image size did not change.
March 15, 2017 at 5:48 am #65468Hi Laura,
Add this code in Custom CSS Box:
.teammember-list .teamthumbox{width:200px !important; height:200px !important;}
Regards,
BradMarch 15, 2017 at 7:23 am #65493that is for the teammember, I need testimonial
March 15, 2017 at 7:45 am #65498Hi Laura,
Add this code for larger testimonial images:
#testimonialswrap .container #sync2{height:auto !important;} #sync2.owl-carousel .owl-item{width:200px !important;} #sync2 .item{height:200px !important;}
Regards,
BradMarch 17, 2017 at 4:40 am #65752Thank you, that worked for testimonial images.
How do I alter the size of “Latest News” home page images? https://snag.gy/X8HvAJ.jpg
March 17, 2017 at 6:52 am #65771Hi Laura,
Add the width and height to this class .news-box .news-thumb
Regards,
DaveMarch 17, 2017 at 8:19 am #65795I am not sure how add this code. Can you provide the complete code I paste in CSS box to make the “Latest News” images smaller?
March 17, 2017 at 8:54 am #65800Add this code in Custom CSS Box: You can manage the size using this class.
.news-box .news-thumb{width:300px; height:200px !important;}
Regards,
DaveMarch 17, 2017 at 9:27 am #65811Thank you, but I have played with different sizes, but the logos are cropped now.
March 17, 2017 at 10:06 am #65825You can change the “px” value as you want or set smaller images in blog posts.
Regards,
DaveMarch 18, 2017 at 2:12 am #65919Can you please include the entire code? I have used a number of combinations, tried to change the image to fit the new size, and the image remains distorted.
March 20, 2017 at 9:15 am #66046Hi Laura,
Resize the images that you want to show. If you resize the images using CSS then it will look distorted.
Use same size images and resize images using image editor.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.