Insert a line break before an element using CSS only
To achieve this you need two things:
- use the
\Aescape sequence character incontentpart of::beforeselector and - add
white-space: pre;style to the same selector.
This will force new line before that page element.
Same goes for ::before selector of course.