boxed layout
-
Hi all,
It’s possible to set a boxed layout (for desktop view) with quasar framework without gap with .drawer-content.left-side class and the layout ? (see capture)
For boxed layout I use this class on body:
.boxed-layout
margin: 0 auto;
max-width: 800px;
position: relative;
box-shadow: 0 0 12px rgba(0,0,0,0.7); -
Any repo I can look at and solve this for you?
-
This post is deleted! -
-
Ok, took a look (sorry for the delay). Remove the max-width on the
.boxed-layout
CSS class and apply a max-width and margin 0 auto within the pages themselves. Hope I understood correctly what you are trying to do. -
@rstoenescu
Sorry I’ve the same problem the left menu is not aligned with my view
In fact the expected result should be like this screen: