How can I create 100% page content?
Like the images are here: http://theme-fusion.com/avada/full-width-100/
Hello sletts02!
You could create a Color section, set it an ID:
Put your content inside that and then simply add this to the Quick CSS:
#myfullwidthcolorsection .container{
width: 100%;
padding: 0 50px;
}
Cheers!
Josue