Quote Originally Posted by richard7315 View Post
Update:
Potential fixes for issues 1 and 2 shown below:

1)
In the responsive_mobile.css find

/*bof checkout*/
#checkoutConfirmDefault .forward, #checkoutPayment .forward, #checkoutShipping .forward{float:right;width:auto !important;}

Removing float:right; seems to fix the display problem.

2)
The stylesheet.css has a minor bug. Around line 42 find:

.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, {padding:0.8em;}

The comma after #bannerFive should be deleted.

I have tested the fixes with OPC turned on/off and did not notice any issues. Please can the Zen Cart team check and apply these fixes to the core code.
Many thanks
Richard
Thanks for those updates for the built-in responsive_classic template. I've created a GitHub issue (https://github.com/zencart/zencart/issues/6928) to identify this change-request.