How do I change the feature that automatically expands the photo to the width of the column for each team member? I'd like them to be narrower than the columns themselves.
thanks,
Brian
How do I change the feature that automatically expands the photo to the width of the column for each team member? I'd like them to be narrower than the columns themselves.
thanks,
Brian
Hi Brian,
Try to add this code in your Quick CSS:
.iconbox_top_content img {
float: left;
margin-right: 10px;
width: 50% !important;
}
.iconbox_top_content p {
text-align: left !important;
}
Just adjust the width, the default is 100%. Hope this helps. :)
Regards,
Ismael
Worked PERFECTLY! Thanks again for such a speedy and accurate reply. This has to be the best support I've ever had on a wordpress theme. You all rock.
Hey,
Glad we could help. :)
Regards,
Ismael
This topic has been closed to new replies.