Site logo

Archived topic

werid check-out

5 replies · Started by Heinrich on February 11, 2021

Viewing posts 1–6 of 6

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 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!

This archived topic is closed to new replies.