New Landing How can we help? Themeforest Theme Support Neighborhood Portfolio Gallery on mobile

Viewing 9 posts - 1 through 9 (of 9 total)
  • #231965
    goodtimesmag
    Member
    Post count: 191

    Hi swiftideas team,

    I am using the portfolio gallery, but I am not so happy with the displaying on mobile devices. Is it possible to show the portfolio gallery in two columns on mobile devices instead of one column?

    Many thanks for your help in advance.

    Here you have a live URL: http://goodtimesdeals.de/

    #232185
    goodtimesmag
    Member
    Post count: 191

    Is there a quick way to change this?

    #232197
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please add a WP login so I can help you faster. As masonry creates the best column layout from the width of each product this should be a good starting point. Add that custom CSS to your theme options.

    @media (max-width: 767px) {
    .portfolio-items > li {
        width: 45%;
        float: left;
    }
    }

    Thanks,
    David.

    #232206
    goodtimesmag
    Member
    Post count: 191
    This reply has been marked as private.
    #232399
    goodtimesmag
    Member
    Post count: 191

    Did you find a way to solve my problem?

    #232649
    goodtimesmag
    Member
    Post count: 191

    I still need your assist here! Did you find a solution? Many thanks for your help in advance.

    #232689
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Check now ๐Ÿ™‚ Sorted this for you

    – Kyle

    #232702
    goodtimesmag
    Member
    Post count: 191

    Thank you very much. Now it looks perfect.

    #232711
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

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

You must be logged in to reply to this topic.