Quick Question About Line Breaks in CSS

Topic summary

A user is experiencing unwanted line breaks in their CSS layout despite available margin space. They’ve shared a screenshot showing the issue on what appears to be a product page.

Solution Provided:

  • Another user identified the problem: an HTML <br> tag is causing the line break
  • The fix is straightforward: simply remove the <br> tag from the code
  • A screenshot was shared highlighting the exact location of the problematic tag

Status: The issue appears resolved with a clear solution provided.

Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

Do you know how to prevent line breaks? Considering there is still some margin left.
Thank you.

website : https://www.draegerparis.com/products/charms-initiales

1 Like

Hey @stg_herve

You have
tag added in between that as you can see in the screenshot below. Just simply remove this
tag and it should be good.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like