Change layout width
-
Hi
Is posible to change the layout width, for exmple:
width: 1200px
align: centerThnaks
-
<q-page-container > <router-view class="q-pb-xl" style="max-width: 1200px;margin-left: auto;margin-right: auto;" /> </q-page-container>
-
-
but, how I can apply this style to Toolbar
What do you mean excactly? You want the toolbar also have a max-width?
-
This post is deleted! -
@dobbel said in Change layout width:
What do you mean excactly? You want the toolbar also have a max-width?
Yes.
-
That’s really weird , because that would lead to gaps to the right and to the left of the toolbar.
<q-header reveal class="bg-red" style="max-width: 1250px;margin-left: auto;margin-right: auto;">