Width
Layout Width
Aquiry allows you to control the content width of your dashboard using the
data-content-width attribute on the
<html> tag. Set it to
default for a full-width layout, or
boxed to constrain the content within a centered container.
This gives you flexibility to choose between a spacious full-width layout or a more compact boxed design.
<!-- Example -->
<html lang="en" data-content-width="boxed"></html>
Set Layout Width via JavaScript
Instead of editing the <html> tag manually, you can dynamically
set the data-content-width attribute using JavaScript in your
app.js. This allows switching between full-width or boxed layouts
based on user preference or saved settings.
data-content-width="default"
data-content-width="boxed"