Archived topic
Layout style problem
19 replies · Started by Anonymous on October 8, 2015
Thanks Adrian,
I will try disabling bootstrap plugins and check.
I am using the latest build of generate press.
Thanks
No probs man, let's get it working the way you want.
If we can't fix it, try setting this topic as unresolved so Tom can take a look over it again.
I think I fixed that issue quite a while ago - definitely make sure you're running the latest version of GP Premium (1.2.72) as Adrian stated above :)
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!
Hi there,
Give this CSS a try:
.container {
width: auto !important;
}
