Hey jrubiogtz !
I don’t see any pic below. maybe you forgot to paste the link ? no worries it happens 🙂
Can you provide your website url ? this will help understanding what your problem really is 🙂
Cheers !
What about this ? http://imgur.com/8Q3naMh
That’s with max-width:90%;
Go to your style.css and search for this part :
.col-full {
margin-left: auto;
margin-right: auto;
max-width: 65.141em;
}
and change max-width to 90% to become :
.col-full {
margin-left: auto;
margin-right: auto;
max-width: 90%;
}
And btw you can increase that 90% to the percentage you want until it meets your needs but trust me don’t try 100% there is always need to some spacing 🙂