Full width is not working

Hello all. I have a problem with my website I use Activello as the theme. I selected Full Width in the options menu but my menu bar is Full Width only my content area is not. . Can anyone help me with this problem?

Hi there

Hope you are having a good day and thank you for your question :slight_smile:

In order to check your question i need to see your live website, please provide url and i will take a look

Hi no problem. The website link is https://jasmijnbult.nl

hey there

You can tonrol it by this custom css:

@media (min-width: 1200px){
.container {
width: 1470px;
}
}
div#content > .container {
max-width: 1470px;
}

Thank you very much ! It worked!! How can I now remove the space between the menu bar and the content, The logo area and the arrow needs to be gone. Or do I need to make a new topic about it.

On my Macbook the problem is solved with the Fullscreen but with my iMac 27 inch do I have the same problem

Well, in this case you may want to add something like that:

@media (min-width: 1600px){
.container {
width: 1870px;
}
}