How to make shipping methods display full width of the block? We are currently offsetting
This topic has 4 replies, 2 voices, and was last updated 1 weeks, 6 days ago ago by Luca Rossi
How to make shipping methods display full width of the block? We are currently offsetting
Hello @Goostaf,
Thank you for reaching out to us.
To make the shipping methods display at the full width of the block, you may need to apply some custom CSS to adjust the layout. Please try adding the following CSS code to your theme’s custom CSS section (Appearance > Customize > Additional CSS):
tr.woocommerce-shipping-totals.shipping {
display: table-row;
}
tr.woocommerce-shipping-totals.shipping th,
tr.woocommerce-shipping-totals.shipping td{
width: 100%;
display: block;
max-width: 100% !important;
}
Best Regards,
8Theme’s Team
Thanks, on pc not bad, but there is still room on the right side, and on mobile the whole thing shifts and is out of width
Dear @Goostaf,
Thank you for reaching out to us.
Please note that the shipping methods are structured within an HTML table format, which makes it quite challenging to apply custom CSS effectively. Implementing the desired changes would require modifications to the HTML structure itself.
For any customizations that go beyond the default functionality, we kindly encourage you to submit a request through our Customization Panel, available at: https://www.8theme.com/account/#etheme_customization_panel. Please be aware that such customization services may incur additional charges.
If you have any further questions or need additional assistance, please do not hesitate to contact us.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up