This topic has 4 replies, 2 voices, and was last updated 2 months, 3 weeks ago ago by Luca Rossi
hi team, im finding it difficult to make neccessary adjustments to the checkout page shipping charge styles because im using a note after every shipping option. the default shipping style on xstore is causing it the note to set all to the end. i have added 2 screenshots. (Screenshot 2024-08-30 at 6.07.30 PM.png) 1 is from xstore and the other one (Screenshot 2024-08-30 at 6.07.19 PM.png) is the one i need, Please help me to fix this, thanks
Hi @Anas,
Please try adding the following CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.woocommerce-checkout tr.woocommerce-shipping-totals.shipping {
display: flex;
width: 100%;
flex-wrap: wrap;
}
.woocommerce-checkout tr.woocommerce-shipping-totals.shipping td {
padding: 0;
}
.woocommerce-checkout ul#shipping_method > li {
flex-wrap: wrap;
justify-content: start !important;
width: 100%;
border: 1px solid #f0f0f0;
margin-bottom: 15px;
padding: 10px;
border-radius: 8px;
}
.woocommerce-checkout ul#shipping_method li label {
margin-bottom: 0;
}
.woocommerce-checkout ul#shipping_method li div.el-alert {
flex-basis: 100%;
width: 100%;
}
.woocommerce-checkout ul#shipping_method li div.el-alert li {
display: inline-block;
text-align: left;
}
.woocommerce-checkout ul.el-alert-body > ul {
padding-left: 0;
width: 100%;
}
Hope it helps!
thank you so much, top notch support as always
Dear @Anas,
Choosing our theme reflects your commitment to quality, and for that, we’re genuinely grateful. As we constantly strive to elevate your experience, your feedback is an invaluable gift. Could you kindly take a moment to rate our product with 5 stars on ThemeForest?
Click here to share your insights: https://themeforest.net/downloads
Your support fuels our journey, and we appreciate it more than words can express.
Best Regards,
The 8Theme Team.
The issue related to '‘change checkout shipping section styles as on the given screenshot’' has been successfully resolved, and the topic is now closed for further responses