---
title: "Force All Content Fullwidth Pinnacle and Virtue"
source: "https://docs.nexcess.com/software/kadence/force-all-content-fullwidth-pinnacle-and-virtue/"
description: "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 Optio…"
vertical: "Software"
area: "Kadence"
date: "2021-07-16"
last_modified: "2026-07-06"
---

# 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](https://docs.nexcess.com/wp-content/uploads/2026/07/fullwidth-minus-css-min.jpeg)

#### With CSS:

![stretched-fullwidth](https://docs.nexcess.com/wp-content/uploads/2026/07/fullwidth-with-css-min.jpeg)
