- This topic has 1 reply, 2 voices, and was last updated 8 years, 8 months ago by .
 
Viewing 2 posts - 1 through 2 (of 2 total)
	
Viewing 2 posts - 1 through 2 (of 2 total)
	
- You must be logged in to reply to this topic.
 
theme: SKT Medical Pro
http://susansmithdds.com/
When looking at the home page on a phone, how do I the images in the “our professional staff” larger?
https://snag.gy/WyrLPF.jpg
Hi Laura,
Kindly add this code in Custom CSS Box:
@media screen and (max-width:767px) {
.teammember-list{width:100% !important;}
.teammember-list:nth-child(2){width:100% !important;}
}
Regards,
Brad
