We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7666d71 commit 837c5ebCopy full SHA for 837c5eb
1 file changed
examples/dotcms-symfony/templates/dotcms/header.twig
@@ -1,10 +1,10 @@
1
<header class="container">
2
<div class="grid">
3
- <div>
+ <div class="col-start-1 col-end-4">
4
<h1><a href="/" style="text-decoration:none; color:inherit;">TravelLux in Symfony</a></h1>
5
{# or page title via {{ pageAsset.page.title }} #}
6
</div>
7
+ <div class="col-start-5 col-end-12" style="justify-self: end;">
8
{% include 'dotcms/components/navigation.twig' with { 'navigation': navigation } %}
9
10
0 commit comments