Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #711488

    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?

    #711565

    Hey Wanda,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #711611

    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!

    #711748

    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

    #711997

    Excellent – Thank you! It worked!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Team Element Spacing’ is closed to new replies.