Okay
  Public Ticket #815851
Mobile view problem
Closed

Comments

  • Albert started the conversation

    Hello, 
    i change the setting to display 2 products in a row for mobile view, but the problem is some of the product images is not side by side ?? you can see my website from phone http://www.emmasmode.com/product-category/new-arrivals/new-shoes/

  • [deleted] replied

    Hi Albert,

    This problem will be fixed on the next theme version that we will release this week :)

    When the update it's ready you will receive an email if you have enabled "Get notified by email if this item is updated" from your Downloads tab.

     

    (view large version)

    Then you can update your theme through Envato Toolkit Plugin or Envato Market plugin.

  • Albert replied

    Hi there,

    i update the theme to latest version, it fixed the problem on mobile phone but still have a problem on tablet view ??

    Thanks

  • [deleted] replied

    Hi Albert,

    Can you please send me your WP credentials and i will check this problem.

    Make sure to choose Private Reply when you send us sensitive informations!

  •   Albert replied privately
  • [deleted] replied

    Hi Albert,

    Here is a quick fix:

    @media screen and (max-width: 1200px) {
        .clear-md {
            clear: none;
        }
        .item-column.col-lg-15.col-md-3.col-sm-6.col-xs-6 {
            background: cyan;
            min-height: 540px;
        }
    }
    
  • Albert replied

    thanks

  • [deleted] replied

    Glad to hear that Albert :)