Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #930187

    Hi, how can I right align the shipping options on both the checkout and cart pages?

    #931044

    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

    #931256

    It should work with the link I gave you. I just tried it myself and it works just fine.

    #931444

    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

    #932008

    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.

    #932783

    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

    #932844

    Thanks Nikko, how can I move the entire box to the right on the cart page as seen in the screenshot?

    #932876

    Hi Bakbek,

    You’re welcome :) try adding this css code:

    #top .cart-collaterals .cart_totals {
        float: right;
    }

    Best regards,
    Nikko

    #932881

    Awesome :) Last thing. how can I reduce the gap above the cart table?

    #932904

    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

    #932906

    Great, thanks.

    #932909

    Hi,

    Glad we could help! Thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘how to right align the shipping options in the checkout and cart pages?’ is closed to new replies.