• Resolved revivaltech

    (@revivaltech)


    Trying to figure out if it’s something on my site causing this to not wrap text haha. Anyone else seeing this on their order bumps?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Sravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @revivaltech,

    Regarding the order bump text wrapping issue, It is a default working and CSS for the content of the order bump to keep it inside the HTML container.

    If you want to modify or wants to fix it accordingly to your needs, then you can always modify the content from the backend setting of the order bump.

    In the setting of the order bump, we have introduced a WP editor to modify the order bump condition as necessary as this case, you can try modifying the content just by adding a <br> tag to it.

    It will surely work on all of the cases. If you do not want to use the <br> for each order bump, you can use this custom CSS,

    .wcf-bump-order-desc? {????? word-break: break-word;? }?? .wcf-bump-order-offer? {????? word-break: break-word;? }

    Dashboard > Appearance > Customize > Additional CSS > add the custom CSS here.

    Hope this helps.

    Thread Starter revivaltech

    (@revivaltech)

    Riiiight right. I was guessin it’d be a CSS thing haha. Curious why it wouldn’t be coded to word wrap, can’t think of why anyone using cartflows for enduser client live pages would want it not to be word wrapped haha. I recommend this for update most definitely.

    Thank you for guidance!

    • This reply was modified 2 years, 2 months ago by revivaltech.

    You’re most welcome!

    If you ever had any further queries, don’t hesitate to start a new thread.

    Best,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Order Checkout Bump Not Text Wrapping’ is closed to new replies.