# Trapped In a Boostrap Container in WordPress

**URL:** https://forum.pinegrow.com/t/trapped-in-a-boostrap-container-in-wordpress/1302
**Category:** Pinegrow WP
**Created:** [October 6, 2017, 8:39pm UTC](https://forum.pinegrow.com/t/trapped-in-a-boostrap-container-in-wordpress/1302 "2017-10-06T20:39:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jonroc](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/jonroc/32/2805_2.png) [@jonroc](https://forum.pinegrow.com/u/jonroc)
#### Post date: [October 6, 2017, 8:39pm UTC](https://forum.pinegrow.com/t/trapped-in-a-boostrap-container-in-wordpress/1302/1 "2017-10-06T20:39:08Z")

</div>

Hi, Pinegrow is wrapping my inner content (between footer/header) with a container div. That makes everything inside the container restrained. How can I make the container flexible or remove the class and have a regular div? Some elements inside my theme need to be full width.

---

<div class="post-metadata">

### Author: ![jonroc](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/jonroc/32/2805_2.png) [@jonroc](https://forum.pinegrow.com/u/jonroc)
#### Post date: [October 7, 2017, 7:30am UTC](https://forum.pinegrow.com/t/trapped-in-a-boostrap-container-in-wordpress/1302/2 "2017-10-07T07:30:39Z")

</div>

I found out what was going on. I had the index.html page “site content” for Wordpress assigned to a div with the “container” class which was automatically adding it to my front-page.html main content or site content. I updated the index.html site content to be a regular div which also updated my front-page.html(php) output on the live WordPress site.
