This topic has 7 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Eva Kemp
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!
Also, on the Cart page the content is displaying incorrectly: http://prntscr.com/bjhe9n
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.
Hello,
Its working for the product page.
And for the cart page?
Thx a lot!
Hello,
Please use this code for Cart page:
.sidebar-mobile-top > .row {
display: block;
}
.woocommerce .col-md-6 {
position: inherit;
}
Regards,
Eva Kemp.
Its working fine, but can the content be displayed without needing to scroll to the left to see the quantity and the price?
Hello,
Sorry, but it can’t be done.
Regards,
Eva Kemp.
Tagged: best selling, issues, responsive, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up