New Landing How can we help? Cardinal Mobile Masonry Portfolio

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Cardinal
  • #91432
    icecast
    Member
    Post count: 182

    hi, using 3 column masonry portfolio – when browser resizes to mobile, any suggestions to resize 3 masonry columns across 33% 33% 33%, instead of 1 column 100% ?

    #91568
    icecast
    Member
    Post count: 182

    switched to 2 columns, do not want to use gutters but cannot get 2px padding correct on desktop, mobile still a problem

    figure.animated-overlay figcaption {
    background-color: #188a00;
    opacity: 1;
    }
    .minimal-design .thumb-info h4 {
    font-size: 12px;
    }
    @media only screen and (max-width: 767px) {
    .portfolio-item figure img {
    width: 30%;
    }
    }

    #91598
    icecast
    Member
    Post count: 182

    got 2px padding fixed, and correct height in mobile, but still cannot get width to 2 columns instead of 1 column

    #91600
    icecast
    Member
    Post count: 182

    using below to get correct height and width, but cannot get 2 columns across, just 1 column vertically

    .portfolio-item.masonry-item figure {
    margin: 2px;
    }
    @media only screen and (max-width: 767px) {
    .portfolio-item.masonry-item figure {
    width: 50%;
    }
    }

    #91812
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    On which page are you masonry portfolio items? I find see them

    – Kyle

    #91824
    icecast
    Member
    Post count: 182
    This reply has been marked as private.
    #91834
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Unfortunately with the plugin we use it’s not possible to display 2 columns on mobile size screen.

    – Kyle

    #91857
    icecast
    Member
    Post count: 182

    makes it worthless for my purposes then – is there a way to disable/remove the default plugins for portfolio, galleries, and swift slider?

    #91859
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Could you put them back, I will double check. Just remembered doing something similar before so will dig a little deeper

    – Kyle

    #91867
    icecast
    Member
    Post count: 182

    it is back

    #91870
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please comment out your CSS so I can start from scratch

    – Kyle

    #91873
    icecast
    Member
    Post count: 182

    done

    #91876
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok, the css you used before to try and achieve this, you can now remove or the css below will not work.

    Add this:

    @media only screen and (max-width: 490px) { 
    li.portfolio-item.masonry-item {
      float: left;
      width: 49%;
    }
    li.portfolio-item.masonry-item:nth-child(odd) {
      margin-right:2%;
    }
    }

    Let me know if it works

    – Kyle

    #91923
    icecast
    Member
    Post count: 182

    thank you, it works, but styling is still too difficult to deal with

    is it possible to disable/delete the default plugins for portfolio, galleries, and swift slider?

    i cannot get them to work for my purposes, and i would prefer to lighten up on the javascript

    #92015
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Replied to this on your other thread. I will close this one now

    – Kyle

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