Responsive Issues - by Costin - on WordPress WooCommerce support

This topic has 7 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Eva Kemp

  • Avatar: Costin
    Costin
    Participant
    June 22, 2016 at 10:23

    Hello,
    I think after the update to version 2.8 the responsiveness of the theme has issues on mobile devices. As you can see in the screenshot bellow on an iPhone 6S for example the content of the page is not displaying correctly.
    http://prntscr.com/bjhcmr
    I have to mention that if I turn the phone into landscape mode the content is displaying correctly. So I think is an issue with responsiveness under a certain width of the screen.
    Thank you!

    6 Answers
    Avatar: Costin
    Costin
    Participant
    June 22, 2016 at 10:26

    Also, on the Cart page the content is displaying incorrectly: http://prntscr.com/bjhe9n

    Avatar: Eva
    Eva Kemp
    Support staff
    June 22, 2016 at 12:32

    Hello,

    Please try to use this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .sidebar-mobile-top > .product > .row {
       display: block !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Costin
    Costin
    Participant
    June 22, 2016 at 13:11

    Hello,
    Its working for the product page.

    And for the cart page?

    Thx a lot!

    Avatar: Eva
    Eva Kemp
    Support staff
    June 22, 2016 at 13:20

    Hello,

    Please use this code for Cart page:

    .sidebar-mobile-top > .row {
      display: block;
    }
    .woocommerce .col-md-6  {
        position: inherit;
    }

    Regards,
    Eva Kemp.

    Avatar: Costin
    Costin
    Participant
    June 22, 2016 at 13:39

    Its working fine, but can the content be displayed without needing to scroll to the left to see the quantity and the price?

    Avatar: Eva
    Eva Kemp
    Support staff
    June 22, 2016 at 14:02

    Hello,

    Sorry, but it can’t be done.

    Regards,
    Eva Kemp.

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.