New Landing How can we help? Themeforest Theme Support Flexform Responsive scales to 1 column too early

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #88757
    timeastman
    Member
    Post count: 11

    Hi There,

    Please see my attached link. I have a client page with 4 coloumns which, as you shrink the browser jumps to 1 column too early and consequently makes the headshots huge and poor quality. Is there a way to make it jump to 2 columns at this size and then down to 1 column on the smallest mobile size?

    Thanks

    Tim

    #88858
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your custom css:

    @media only screen and (min-width: 480px) and (max-width: 768px) { 
    .team_list_widget.span3 {
      float: left;
      width: 47%;
    }
    .team_list_widget.span3:nth-child(even) {
      margin-left: 6%;
    }
    }

    – Kyle

    #88880
    timeastman
    Member
    Post count: 11

    Thanks Kyle, Worked a treat!

    Tim

    #88883
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! No problem

    – 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 one of the following items
Login and Registration Log in · Register