Hi
I would like to have the 3 member team element…but the text justifies to the left…quite a ways from the photo. I would like the text to justify with the left edge of the photo…Any suggestions?
Hey Wanda,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Most certainly!
I’d like it to look like this 3 pic section:
Content left justified and the 3 squares centered on the page with a nice margin on each side.
Thank you!
Hey!
Try adding this code in Quick CSS:
.home .team-member-name, .home .team-member-description {
display: block;
width: 300px;
margin-left: auto;
margin-right: auto;
}
Hope this helps :)
Regards,
Nikko
Excellent – Thank you! It worked!