Hi,
how I can make a full width block on this page? I Can’t extend the content (skyline)
http://accesvertical.es/wpx/?page_id=825
I tried your solution (Quick CSS), but the skyline is boxed. And I need make this block responsive, adapt the content to the window width.
Thanks!
Hey!
For future reference, you can refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/
For now, you can simply change your code to following one
div#fullwidthcolorsection .container {
width: 100%;
max-width: 100%;
padding: 0;
}
Regards,
Yigit
Thanks Yigit,
but full width don’t works right in mobile resolutions.
Do you know any solution?