New Landing How can we help? Themeforest Theme Support Uplift Product display responsiveness errors

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Uplift
  • #274915
    anton123
    Member
    Post count: 67

    Hi Guys,

    My product display is not responsive like the examples in the demo and are shown very small (so columns do not cascade down to fill the screen with fullsize products, but are show side by side).

    This happens with shop / category pages plus related prodcuts etc.

    I’ve tested by removing all custom css, but the problem persists

    Please advise urgently – will upload screenshots for you to view

    Thanks

    #274916
    anton123
    Member
    Post count: 67
    This reply has been marked as private.
    #275161
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    What version of the theme do you have?

    What version of the Swift Framework plugin do you have?

    Please add a WP login for us to take a closer look.

    Thanks.

    #275249
    anton123
    Member
    Post count: 67

    Hi,

    Swift Framework plugin Version 2.2.61
    Theme Version: 1.1.0

    The client is currently previewing the demo site and I don’t want any potential issues if something goes wrong by accident – so would rather not give you admin access just now (only once the client is finished) to be safe.

    However – I’ve tested by deactivating all plugins except Woocommerce and Swift Framework and the problem persists

    Please advise of a temporary fix, so I can show the client that the shop is fully responsive (not displaying the columns like it is now.

    #275577
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi anton,

    Thanks for the heads up. This css will resolve it:

    @media only screen and (max-width: 767px) {
    .woocommerce ul.products li.product.col-sm-2 {
        width: 50%;
        float: left;
    }
    }
    @media only screen and (max-width: 479px) {
    .woocommerce ul.products li.product.col-sm-2 {
        width: 100%;
        float: none;
    }
    }

    – Ed

    #275667
    anton123
    Member
    Post count: 67

    Thanks Ed – fix works

    #275810
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted. Thanks Ed.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register