Content container div not displaying as full width. Please help!

Hi guys!

I’m using a plugin to display a portfolio in my site but for some reason the plugin seems to reduce the width of the content container that it is sitting in.

I can get the content container div to display correctly (like the other pages on the site) by removing the ‘box-sizing: border-box’ property on ‘,:after,*:before’ (using Firebug) but then the portfolio doesn’t work properly.

Is there anything I can do to get the content div to display at its’ correct width?

Click here for the link to the page.

Thank you very much and I hope to hear from you!

SM :slight_smile:

Hi,

I’m not sure I understand the question.:slight_smile:

What is the width that you want your content container to be?

At the momemnt its as wide as it can be because it is inside a section that has padding.


.section {
padding: 40px 50px 60px 50px;
}

If you want the content container full width then you need to address the padding on the section element above it.