New Landing How can we help? Themeforest Theme Support Neighborhood related products on Mobile

Viewing 8 posts - 1 through 8 (of 8 total)
  • #172164
    jbordersfl
    Member
    Post count: 22

    after the update… at the bottom of product pages, the related items thumbs/links are 1/4 width even on mobile, and they’re so small that the text block that tries to show at the bottom blocks half the thumbnail.

    i believe these used to b just 2 across on mobile instead of 4. is there a fix for this. as it looks bad and is unusable right now.

    thank you

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

    Hi,

    Do you any custom css?
    Can you try to turn of all plugins except Woocommerce?

    Clear the mobile cache and try again.

    -Rui

    #172589
    jbordersfl
    Member
    Post count: 22

    this is not a plugin issue, or an issue specifically with mobile device or cache.

    even in firefox on desktop window sized down to mobile size, firebug tells me that the div is set at 22%, which would be 1/4 of the device width. this appears to be on line 828 of “responsive.css” see attachment.

    Attachments:
    You must be logged in to view attached files.
    #172725
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 479px) {
    div.carousel-overflow ul#products.products li.product{
    width:100% !important;
    }
    }

    Thanks
    Mohammad

    #172879
    jbordersfl
    Member
    Post count: 22

    thanks that works and is better, thank you. still would prefer the way it was, which i believe was 1/2 page on mobile (2 items per row). i tried setting the width to 45%, but the right margin always makes the second item bump to the next row. if you have an easy fix for that it’d be appreciated.

    #173214
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove last css code and use this new css code:-

    @media only screen and (max-width: 479px) {
    div.carousel-overflow ul#products.products li.product{
    width: 48%;
    margin: 0px 3px 0px 2px !important;
    }
    }

    Thanks
    Mohammad

    #173400
    jbordersfl
    Member
    Post count: 22

    that’s seems to work, thank you.

    #173401
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and i am glad that your issue resolved.
    Thanks
    Mohammad

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 the following item
Login and Registration Log in · Register