New Landing How can we help? Themeforest Theme Support Neighborhood Mobile screen vertical table problem in cart

Viewing 9 posts - 16 through 24 (of 24 total)
  • #160585
    dreikunst
    Member
    Post count: 20
    This reply has been marked as private.
    #161099
    dreikunst
    Member
    Post count: 20

    Hey,
    any solutions?

    Best regards,
    Uli

    #161973
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I really apologize for the delay in getting back to you. I tried to resolve these issues many times but not able to fix. Now developer of theme will assist you.

    Thanks
    Mohammad

    #162057
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    What is the link for the first screenshot?

    2nd screenshot, the best you can do is with this custom css:

    @media (max-width: 479px) {
    #order_review table.shop_table th, #order_review table.shop_table td {
    display: block;
    }
    #order_review table.shop_table td.product-name {
      display: block;
      width: 100%;
    }
    #order_review table.shop_table tbody th, #order_review table.shop_table tbody td {
      display: block;
      width: 100%;
    }
    }

    – Ed

    #162510
    dreikunst
    Member
    Post count: 20
    This reply has been marked as private.
    #162516
    dreikunst
    Member
    Post count: 20

    custom css code doesn’t work.

    see attached screenshot from ipad vertical.

    Attachments:
    You must be logged in to view attached files.
    #162567
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Change the code to:

    @media (max-width: 979px) {
    #order_review table.shop_table th, #order_review table.shop_table td {
    display: block;
    }
    #order_review table.shop_table td.product-name {
      display: block;
      width: 100%;
    }
    #order_review table.shop_table tbody th, #order_review table.shop_table tbody td {
      display: block;
      width: 100%;
    }
    }

    – Ed

    #162591
    dreikunst
    Member
    Post count: 20
    This reply has been marked as private.
    #163042
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Right, hopefully this time sorted – it would be best to adjust the css to:

    @media (max-width: 1024px) {
    #order_review table.shop_table th, #order_review table.shop_table td {
    display: block;
    }
    #order_review table.shop_table td.product-name {
      display: block;
      width: 100%;
    }
    #order_review table.shop_table tbody th, #order_review table.shop_table tbody td {
      display: block;
      width: 100%;
    }
    }

    – Ed

Viewing 9 posts - 16 through 24 (of 24 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