---
title: "Breaking: #75237 - Removal of div ce-bodytext might cause layout issues"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-75237"
source: "Changelog/8.1/Breaking-75237-RemovalOfDivCe-bodytextMightCauseLayoutIssues.rst"
typo3-version: "8.1"
typo3-major: 8
type: "breaking"
issue: 75237
forge: "https://forge.typo3.org/issues/75237"
tags: ["Fluid", "ext:fluid_styled_content"]
rendered: "2026-09-17T12:41:04+00:00"
---

# Breaking: #75237 - Removal of div ce-bodytext might cause layout issues {#breaking-75237-removal-of-div-ce-bodytext-might-cause-layout-issues}

See [forge#75237](https://forge.typo3.org/issues/75237)

## Description {#description}

If neither bodytext nor header were entered in the TextMedia element, the div element containing the class `ce-bodytext` will be suppressed.

## Impact {#impact}

The missing div could cause layout problems, if the layout and CSS depend on it.

## Affected Installations {#affected-installations}

All installations relying on `<div class="ce-bodytext">`

## Migration {#migration}

Either change the CSS or use a custom template without all the conditions.
