Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #715785

    As I didn’t find it in the forum, I wanted to shared the CSS code to make the team member Name/Info be alligned to the right of the photo on Desktop but the centered below on mobile.

    @media only screen and (min-width: 768px) {
    .team-img-container {
    float: left !important;
    }
    }

    Example
    http://www.fultonrealty.com/aboutus

    #715981

    Hey Jon,

    Thank you! Much appreciated :-)

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.