Archived topic
werid check-out
5 replies · Started by Heinrich on February 11, 2021
hi team,
please have a look. i have a weird optik in my check-out. i have no idea where it comes from.

Hi Heinrich,
I checked the check-out page, it seems all right to me.
https://www.screencast.com/t/EBJ9931Q
Your screenshot is broken, I can't locate the issue.
Let me know if there's anything I missed :)
hi ying,
you viewed the cart page, not the checkout page....
screenshot link: https://www.dropbox.com/s/ml2lve8zfa2s9pn/Bildschirmfoto%202021-02-11%20um%2019.05.56.jpg?dl=0
tks for review
Hi there,
you have this CSS in your Simple CSS:
#order_review_heading {
float: left !important;
width: 80%;
}
Which is breaking the layout.
hi david, changed it to:
#order_review_heading {
float: left !important;
width: auto;
}
working fine now. tks for the hint.
Glad to hear that!