Mobile view checkout – Mobile Ansicht Kasse
-
When I’m on the checkout page in the mobile view, everything is shifted below, where the transfer is.
I haven’t changed any settings or changed anything.
______
Wenn ich in der Mobile Ansicht auf der Seite Kasse bin, dann ist unten, wo der Entbertrag steht, alles verschoeben.
Ich habe nirgendswo Einstellungen vorgenommen oder etwas verändert.
Seite: http://www.hanf.taxi/shop
Attachments:
You must be
logged in to view attached files.
Hello,
I have checked your site now and finds that on your site checkout page, has the scrolling x, so you have to scroll your fingers on the mobile screen and it will show the rest content like: https://postimg.cc/grmRhGdh , and if you do not want to scroll it, then the next option will be to change the content size on mobile screen using Custom CSS.
Best Regards.
Hello, what code can I use to get rid of this restriction in the mobile checkout?
What code do I need to put in the mobile CSS?
____________
Hallo, mit welchem Code kann ich diese Einschränkung im Mobilen Checkout weg bekommen.
Welchen Code muss ich in die mobile CSS einfügen?
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Mobile CSS section:
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead tr th {
padding-left: 0;
padding-right: 0;
}
Best Regards.