Order Summary Text

Untitled (500 x 500 px) (4)

I would like to change the width of the text in the order summary box. For example, in the image attached I would like the text on the left (name of the bundle) to not go out as far, and the text on the right (pricing etc) to go out more to the left.

Was told by funnelish support that Custom CSS is required and was hoping someone would be able to help me.

Thanks

Hi @Admin_Support, welcome to the community! :wave:

Thanks for the details — adjusting the layout of the order summary box is definitely doable with some custom CSS.

To provide the most accurate solution, could you please share the URL of your page (or a preview link)? This will help me inspect the elements directly and give you CSS that fits your layout perfectly.

Happy to help once I can take a closer look! :blush:

Is it possible for me to just send only you the link? I don’t really want to dox my funnel.

Yes, you can DM me. Thank you

I don’t see a way to DM you. Would you mind tell me how?

I have just messaged you. You can send me there.

hi @Admin_Support

Use the following CSS for chekout order summary:

.order-summary .os-row .os-price {
    max-width: fit-content;
}
1 Like