Hi guys
I’ve just purchased Enfold as looks very flexible and my client wants a full 100% width website that is responsive.
How can I make everything on all pages go to 100% on the whole site I’m about to build….
Only just installed the theme and can see how to set template to 100% full width but the header doesn’t stretch
We’d like the logo and menu to go full width like this as well as page titles, footer text
http://caseykaplangallery.com/cat/exhibitions/
Any ideas?
Thanks
Jon
Hey wrongjon!
Please go to Enfold theme options > General Styling > General and choose to display “Stretched layout” in “Use stretched or boxed layout?”. If this is not what you meant, please post a screenshot and show the changes you would like to make.
P.S.: Website you have posted is not using Enfold :)
Cheers!
Yigit
Hi
Thanks for the reply
Yes that link was an example of a site we want to build where the header (logo and menu) go to full width of the screen not just 1000px etc
Here is our deo site http://ordovas.jacl.co.uk/sample-page/
We have the stretched layout but its max = 1210px so can we just change the css below to 100% to get a proper full width site?
.responsive_large .container {
width: 1210px;
}
Hey!
No, unfortunately not. The grid inside the main container would still be limited to its defined pixel width. So you would need to go through and change the grid.css file to use percentages or regenerate the file from the themes less files. That should work for any modern browser but I don’t think it will carry over any of the IE8 tweaks.
Best regards,
Devin