This topic has 6 replies, 2 voices, and was last updated 1 years, 8 months ago ago by padel
On the check out page in the section with shipment. I connected with shipmondo and there is an area where you can fill out postalcode and it will show you places to select for delivering you package. This section is very crammed together. I would like to create a bit of space between the box for entering the postal code and the button below it and the text next to the box and the button.
Can anyone tell me how to do that?
I have a screen shot but do not know how to attach it here.
In general the configuration of the checkout page I would like to change. The column with the product names is very slim so the product name spreads over many lines.
Hello @padel,
We kindly request that you upload your screenshot to the following website: https://postimages.org/. Once you have done so, please share the URL with us here so that we can review it and provide assistance accordingly.
Best Regards,
8Theme’s Team
Hello @padel,
To achieve the desired result https://prnt.sc/Z1HNZ7elU_71 , you can use the following CSS code:
.woocommerce-checkout #shipping_method li {
display: inline-table;
}
Please copy and paste the code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and clear your browser cache to view the changes.
Please note that further customization of the checkout page may require modifications to the PHP files.
Best Regards,
8Theme’s Team
worked like a charm. thank you very much
Tagged: checkout, crammed, postalcode, shop, themes, woocommerce, wordpress
The issue related to '‘check out page – postalcode – find shop – crammed’' has been successfully resolved, and the topic is now closed for further responses