Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full screen layout - Any options for adding a new full screen width layout? #1145

Open
joel-dev-qc opened this issue Apr 23, 2024 · 1 comment

Comments

@joel-dev-qc
Copy link

Context

For internal development, we have to create applications that manage a lot of information and displaying it becomes a headache due to the width limitation of our templates.
Having more space available would make our interfaces more optimized and more adapted for our needs.
It will also increase the user experience as well.

Are we planning to add support for a full width template?
Can I help or contribute to that?

Technical notes

  • Since WET is built on top of bootstrap, we have access to almost every CSS class that bootstrap expose.
  • The template main elements has the class container which add a limit to the max width.
    Ex:
media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

By adding the class container-fluid, it would allow dev team to exploit more width and then, improve our users experience.

I did a small test just by replacing the main dom element class from container to container-fluid.
image

@joel-dev-qc
Copy link
Author

I see that there is an old item initiated by me in 2020 lol
#109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant