New Landing How can we help? Themeforest Theme Support Uplift [Bug] How to make Team-element 2-columns on phone

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Uplift
  • #326774
    apple8
    Member
    Post count: 42

    Team-elements are set in 2 columns as attached, but they are displayed in 1 column on phone.
    Could you tell me how to display in 2 columns?

    (In addition to the above, multi-column is not reflected on phone.)

    Attachments:
    You must be logged in to view attached files.
    #326850
    apple8
    Member
    Post count: 42
    This reply has been marked as private.
    #327138
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The columns will stack on mobile as that is how the Bootstrap Framework responsive columns work.

    Thanks.

    #327142
    apple8
    Member
    Post count: 42
    This reply has been marked as private.
    #327143
    David Martin – Support
    Moderator
    Post count: 20834

    You could overwrite the CSS using a media query so you can force it to be two columns. Please add a link to the page.

    #327151
    apple8
    Member
    Post count: 42
    This reply has been marked as private.
    #327173
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    @media only screen and (max-width: 767px) {
    .team-member.col-sm-6 {
        width: 50%;
        float: left;
    }
    }
    #327188
    apple8
    Member
    Post count: 42
    This reply has been marked as private.
    #327191
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out!

    If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.

    Thanks,
    David

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

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

License required for the following item
Login and Registration Log in · Register