Quick question
I noticed in a lot of the Enfold demos, that the header and footer are boxed, but the sections are stretched, mostly on the home page.
How can I box the theme, but yet stretch all the sections on the front page?.
I agree that the modern themes have full width images etc which look great, but the other remaining pages would generally be boxed, ie Blog, I don’t see that the Enfold theme supports this without the use of code, I hope I am wrong?
Regards
Andrew
Hey Andrew,
The header and footer are not really boxed, though they are inside of the container element which you can adjust the width of in the theme options. The same applies with full width elements as well. If you use a Color Section for instance, the Color Section itself will be full width, but the content inside of it will be constrained within the container element.
Best regards,
Rikard
Hi Rikard
Thanks for the reply
You explained that this is possible but not how it was accomplished?
For instance you mention that The header and footer are not really boxed and that the width can be adjusted. How do I achieve this, please see image, if I want to move the logo in from the left and the navigation bar in from the right.
Andrew
Hi Andrew,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#header .container {
width: 100%;
max-width: 1310px !important;
}
Let us know if this helps.
Best regards,
Nikko