Hi, how can I right align the shipping options on both the checkout and cart pages?
Hey DROR,
Thanks for the screenshot, though I can’t see those options on my end. I only see this:
יש להזין את כתובתך המלאה כדי להציג את עלויות המשלוח.
How can we reproduce the screen like in your screenshot?
Best regards,
Rikard
It should work with the link I gave you. I just tried it myself and it works just fine.
Hi,
I have checked the link on my end and I don’t see those options also and all seems aligned right, screenshot in private content.
Best regards,
Nikko
Can you try again? You’re not seeing the shipping options in your screenshot so it seems like it is aligned correctly but when you do have the shipping options you can see it is aligned to the left.
Hi,
I see, can you try to add this css code in Quick CSS:
.shop_table ul#shipping_method,
.cart_totals ul#shipping_method {
margin-right: 0;
}
.shop_table ul#shipping_method li,
.cart_totals ul#shipping_method li {
text-align: right;
}
Hope this helps.
Best regards,
Nikko
Thanks Nikko, how can I move the entire box to the right on the cart page as seen in the screenshot?
Hi Bakbek,
You’re welcome :) try adding this css code:
#top .cart-collaterals .cart_totals {
float: right;
}
Best regards,
Nikko
Awesome :) Last thing. how can I reduce the gap above the cart table?
Hi,
Glad to hear that, you can use this code to reduce that:
#top.woocommerce-cart #main #av_section_2 .template-page {
padding-top: 0;
}
Best regards,
Nikko
Great, thanks.
Hi,
Glad we could help! Thanks for using Enfold and have a great day :)
Best regards,
Nikko