New Landing How can we help? Atelier 2 Columns for Team

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Atelier
  • #220060
    integratutions
    Member
    Post count: 29

    Dear Sir,

    How do I make my team member displays in columns of two like how it is in desktop version?

    Thank you.

    http://atd.kinsta.com/about-us/

    #220062
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Looks like you have done this already? http://atd.kinsta.com/about-us/

    Let us know.

    Cheers,
    David.

    #220477
    integratutions
    Member
    Post count: 29

    Hi David,

    Sorry I meant for Mobile version. ๐Ÿ™‚

    #220500
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    @media only screen and (max-width: 767px) { 
    .team-members .team-member.col-sm-6 {
      width: 50%;
      float: left;
    }
    }

    – Kyle

    #220503
    David Martin – Support
    Moderator
    Post count: 20834

    No problem, please use this:

    @media only screen and (max-width: 767px) {
    .team-member.col-sm-6 {
        float: left;
         width: 50%;
    }
    }

    – David.

    #220649
    integratutions
    Member
    Post count: 29

    Thanks! It working now ๐Ÿ™‚

    #220673
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! No problem ๐Ÿ™‚

    #220861
    integratutions
    Member
    Post count: 29

    Sorry guys, there seems to be some alignment issues when viewed on mobile.

    Please advice.

    Attachments:
    You must be logged in to view attached files.
    #220865
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    That is caused by the image text, as it has dropped onto two lines.

    Please also add:

    @media only screen and (max-width: 767px) {
    .team-member h5 {
        font-size: 12px;
    }
    }
    

    – David.

    #221384
    integratutions
    Member
    Post count: 29

    Hi,

    I’m sorry. It still doesn’t work on my side. Alignment still off. ๐Ÿ™

    #221451
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .team-member h5 {
      height: 10px;
      line-height: 1em;
    }

    – Kyle

    #221461
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Just a doubt are you using Android or IOS?

    -Rui

    #221463
    integratutions
    Member
    Post count: 29

    THanks Kyle. It’s working perfectly now! :))

    #221465
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register