New Landing How can we help? Cardinal Portfolio Item Question

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #261876
    blackbirddesignsolutions
    Member
    Post count: 10

    Is there a way to display a list of portfolio items, without photos? I have noticed that the portfolio is difficult to view on mobile devices because the animations dont work the same as they do on a desktop computer. If I could do a list without pictures, I think that would be easier.

    Also: on the portfolio page, the categories are listed above the porfolio items, is there an option to move them to the side instead?

    #262112
    David Martin – Support
    Moderator
    Post count: 20834

    If you create the page and provide a URL for this, we can provide some CSS to hide the photos.

    Thanks.

    #262308
    blackbirddesignsolutions
    Member
    Post count: 10

    Career Opportunities

    I only want to hide pictures on mobile + tablet.

    Also, seperately, is there a way to move the portfolio filters to the side?

    #262311
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please test this:

    @media only screen and (max-width: 767px) {
    .portfolio-items > li figure { display: none; }
    }

    Unfortunalty no it’s not possible to have a sidebar portfolio filter.

    Thanks.

    #267158
    blackbirddesignsolutions
    Member
    Post count: 10

    Where would I place this?

    #267211
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    In Theme options > Custom css

    – Kyle

    #268178
    blackbirddesignsolutions
    Member
    Post count: 10

    Will it then effect every portfolio page? I only want it to effect one.

    #268202
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok use this instead:

    @media only screen and (max-width: 767px) {
    .page-id-11825 .portfolio-items > li figure { display: none; }
    }

    – Kyle

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