This topic has 8 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp
Hi,
In my website, the “proceed to check” out button in the cart page does not always work. When using an android phone to view the website in responsive mode, the “proceed to check out” button never works. Can you look into it please? Try adding the products to cart and then go to the cart page. The website url is as below,
Hello,
Add this code in Theme Options > Custom CSS > Custom CSS for mobile section:
.sidebar-mobile-top > .row, .sidebar-mobile-top > .product > .row {
display: block;
}
Regards,
Eva Kemp.
It is not working. In fact, after adding the above code, the “View Cart” button stopped working. Note that the Theme Options > Custom CSS > Custom CSS for mobile section: already has the below pre-existing code which you guys had asked me to input for an issue I faced earlier (don’t remember for what)
.banner .banner-content p {
display: initial;
}
Hello,
The issue caused by margin-top:-150px that you added for the footer row. See screenshot: http://prntscr.com/bmwott
Please remove that value and check issue.
Regards,
Robert Hall
For a sec I thought this was fixed. But the cart page screen is not displaying correcting in android phones. It displays only half the information. Works fine in iphones though.
Hello,
Try to edit the code:
.sidebar-mobile-top > .row, .sidebar-mobile-top > .product > .row {
display: block;
}
to this one:
.sidebar-mobile-top > .row, .sidebar-mobile-top > .product > .row {
display: block !important;
}
Regards,
Eva Kemp.
This worked. Thank you.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Proceed to Checkout’' has been successfully resolved, and the topic is now closed for further responses