benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
337 stars 203 forks source link

Page sections can't be identified in CSS #1458

Open SventB opened 8 months ago

SventB commented 8 months ago

Feature Request

The page sections, e.g. "Before Content" or "After Content", can't be styled independently in CSS, because they have no unique class or id.

Describe the solution you'd like

A wrapping div around each section:

<div class="section section-contentbefore">

Do you agree? If so, I would be glad to provide a pull request.