Putting a small delivery in the wrong line.

This topic has 4 replies, 2 voices, and was last updated 2 years ago ago by Olga Barlow

  • Avatar: Chris
    Chris
    Participant
    April 5, 2022 at 12:12

    On the shopping cart page, next to the “PACZKOMAT” courier option, there is a “Select delivery point” option. It is not in the place where it should be and it is moving the elements of the line.
    The creators of the widget indicate that this is a theme issue we are using? How to resolve and move this row lower on the right side?

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 5, 2022 at 16:11

    Hello,

    Add the below to Theme Options > Custom CSS and check if it suits your needs

    #shipping_method li:first-child {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #shipping_method li:first-child label {
        width: auto;
    }
    p#select-point-container {
        flex-basis: calc(100% - 55px);
    }

    Regards

    Avatar: Chris
    Chris
    Participant
    April 5, 2022 at 17:47

    https://ibb.co/n6wKk9c

    It is better, but the price is not stacked like in the others and the graphics of the courier company have also gone down a line.

    Thank you very much 🙂

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 6, 2022 at 14:49

    Hello,

    Unfortunately, if you want to display the price on the right side then the bullet will be above the label https://prnt.sc/zsWY2TaZ181A
    Or like you have now.
    There is no other way with the existing HTML structure.

    Regards

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

The issue related to '‘Putting a small delivery in the wrong line.’' 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.