Reply To: Layout style problem

Home Forums Support Layout style problem Reply To: Layout style problem

Home Forums Support Layout style problem Reply To: Layout style problem

#151336
Justin

http://www.huskyfoam.com/commercial/
http://www.huskyfoam.com/

I am not a developer, but want all my pages to essentially be full width.
I have a CSS plugin that I can add code to and currently have:

body .grid-container {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}

.site-main {
padding-left: 0;
padding-right: 0;
}

None of this is working as I am sure it isnt correct. I want the pages to span to the browser border. Please help. Thanks!