If you want to stretch all page content to be fullwidth, regardless of device screen size, add this CSS to Theme Options> Custom CSS in Pinnacle, or Theme Options> Advanced Settings in Virtue:
[css]div#content { width: 100%; }[/css]
This CSS isn’t recommended, since it will display awkwardly in large monitors, but if it’s absolutely necessary, this CSS will work.
[columns] [span6]
Without CSS:
[/span6][span6]
With CSS:
[/span6][/columns]