New Landing How can we help? Themeforest Theme Support Uplift Galleries view on mobile issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Uplift
  • #302648
    trelam
    Member
    Post count: 74

    Hi there!

    I have just noticed that my Uplift site doesn’t display galleries correctly on mobile. I am sure it is after updates. It was checked before.

    Mobile view, desktop and desktop in FF after deleting fix code in attachment. Please let me know what could be wrong with my settings.

    It is working right when I delete fix for FireFox from CSS:

    .gallery-item.col-sm-4 {
    width:33.2% !important;
    }

    Thank you in advance.
    Marcin

    Attachments:
    You must be logged in to view attached files.
    #302838
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you try to remove the !important and check if it works fine in Firefox and mobile?

    -Rui

    #302841
    trelam
    Member
    Post count: 74

    Hi!

    After removing !important still the same. Fine on desktop safari/ff, wrong on mobile. Maybe I should add @media…?
    Thanks.

    #302847
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Now add this one below.

    @media only screen and (max-width: 767px){
    .filterable-items > li, .filterable-items .portfolio-item {
        width: 100%!important;
    }
    }

    -Rui

    #302849
    trelam
    Member
    Post count: 74

    Oh yes, this is it!
    Thank you very much.

    All the best, Marcin

    #302852
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.

    -Rui

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

You must be logged in to reply to this topic.