Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #4474
    mediafactory
    Member
    Post count: 9

    How can I add 5 teammembers next to each other instead of 4? Number of items per page is set to 5 but nr 5 now gets placed on a new line.

    #4522
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Try with this custom CSS:

    .team-member {
        width: 17% !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #118620
    Yohan
    Member
    Post count: 23

    Hi, I tried this but the result doesn’t look good on small devices. Do you have a fix for that ?

    #118801
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Use this instead:

    @media only screen and (min-width: 768px) { 
    .team-member {
        width: 17% !important;
    }
    }

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 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