Standalone purchase page - table not responsive on Mobile
This is not urgent but I just noticed it while browsing on mobile device then checked it in Chrome's developer tool to confirm.
From a mobile device while logged in, go to any Ad, click on the Upgrade Ad at the bottom, it will take you to the standalone purchase page.
Basically we don't see the Buttons until we swipe vertically towards the right.
I think it's because of the Table class borrowed from CP's Table ID: Membership.
cp-addons-stretched.jpg
Maybe assigning a css class targeting CP-Addons tables @media (max-width: 767px) and (min-width: 480px)? Or maybe place the Price selector box center or left/right aligned under td.plan-details and td.plan-description?