How can i get the theme fullwidth

Hello,

i like the theme. Now i want to use it with the new page builder elementor:

to make a nice landing page with the new elementor library

i need a fullwidth template

how to get a fullwidth template with illdy?

Hello @raymccoy,

In the last documentation link that you provided, there are instructions on how to set up a new full-width page template, so you might want to try that out.

My personal suggestion would be to use this CSS first and give it another try:

@media (min-width: 992px){
.container {
    width: 100%;
}}

Let me know about the progress.

Regards