Hello,
Im using Good and I want to change the Width and Fluid mode to "Fixed" and "Disabled". I dont want to use the Layout Builder. Where can I do it in the code?
Hi,
To control the container with the type you should just toggle the class for all app-container
elements in the header, footer, content, and toolbar:
Fluid mode:
<div class="app-container container-fluid">
...
</div>
<div class="app-container container-xxl">
...
</div>