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
336 stars 202 forks source link

Vers. 11. Bootstrap4 Centered header logo & title above navigation #761

Open amr-webdesign opened 4 years ago

amr-webdesign commented 4 years ago

Support

In Bootsrap4 there is the div class="jumbotron text-center" before the class "container". This offers the possibility to send Header Logo or Site Title centerd above navigation.

At the bootstrap_package 11 in the main.html the navigation starts with class "container"

Has anybody done still any solution to change this, maybe by a constant or setup?

My target is, to have the layout like in bootstrap4 basic with a centered title and the mainnavigation with full site-width below

Thank you for the attention

`

`

gilbertsoft commented 4 years ago

Hi @amr-webdesign

There are many ways to achieve that, one simple could be create a Resources/Private/Paritals/Page/DropIn/Navigation/MainBefore.html in your sitepackage and write your code to produce the desired output.