Tagged: maximum container width
I went to general layout and change the Maximum Container width to 1310 but it doesn´t work.
I´d like to make the image take all the page widht.
Hey felipedinacio,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.container {
max-width: 100%;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Victoria,
thanks for your reply but it doesn´t work yet.
Hi felipedinacio,
This code works as it should, it’s just the container has the padding too on the sides. If you want it gone too, please use this code instead:
#top .container {
max-width: 100%;
padding: 0;
}
#top #header .container {
padding: 0 50px;
}
Best regards,
Victoria
Oh, perfect!
And how could I put it up exactly bellow the menu bar?
And do it all happen on mobiles e tablets as well?
Hi,
Please try this CSS as well:
.template-page.content {
padding-top: 0;
}
Best regards,
Rikard
Thank you folks!
I am so glad!
See u
Hi,
I’m glad this was resolved. If you need additional help, please let us now here in the forums.
Best regards,
Jordan Shannon