Kadence
Force All Content Fullwidth Pinnacle and Virtue
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.
Without CSS:

With CSS:

Filed under
Virtue
Was this page helpful?
Thanks for the feedback!