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:

standard-fullwidth

With CSS:

stretched-fullwidth

Filed under Virtue
Last updated: July 6, 2026
Was this page helpful?
Thanks for the feedback!