This topic has 4 replies, 2 voices, and was last updated 2 years, 7 months ago ago by Olga Barlow
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?
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
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 🙂
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
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