Shipping Fee alignment - by Tim Alder - on WordPress WooCommerce support

This topic has 5 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Tim Alder

  • Avatar: Tim_Alder
    Tim Alder
    Participant
    July 14, 2020 at 14:57

    Hi,

    Wondering if you can help & provide assistance.

    The shipping section is not correctly aligned, the price is to the left, where I would like just the price to the right & not underlined so that it follows the same structure as the other items in the orderlist.

    I have inspected the items and cannot work out how to make this work as when I text-align: right for the price, nothing happens.

    I have deactivated plugins and cleared all cache etc.

    Image

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Tim_Alder
    Tim Alder
    Participant
    July 14, 2020 at 14:59

    See private

    Please contact administrator
    for this information.
    Avatar: John Holden
    John Holden
    Support staff
    July 14, 2020 at 17:15

    Hi,

    Try below code

    #shipping_method label, #payment .payment_methods label {
        width: 100%;
    }
    
    #shipping_method .amount {
        text-decoration: none;
        float: right;
    }
    

    Regards,
    Hung PD

    Avatar: Tim_Alder
    Tim Alder
    Participant
    July 14, 2020 at 18:56

    Hi,

    Thanks for this…where is this going, what file? Would help…meant to be a support and give these details lol

    Avatar: Tim_Alder
    Tim Alder
    Participant
    July 14, 2020 at 19:07

    Figured it out…thanks

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Shipping Fee alignment’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.