Title: Overiding the container css
Last modified: August 30, 2016

---

# Overiding the container css

 *  [salescart](https://wordpress.org/support/users/codeaholic/)
 * (@codeaholic)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/overiding-the-container-css/)
 * If you take a look at [http://goldenglencreamery.com.c25.sitepreviewer.com/?page_id=5](http://goldenglencreamery.com.c25.sitepreviewer.com/?page_id=5)
 * What we want to redefine “full” to be a lot “bigger” than it is currently defined
   in the style sheet.
 *     ```
       <div class="pin-article span12 full" >
       ```
   
 * However, the style sheet for the theme has no reference to span12 or full and
   pin-article doesn’t define a width that we can see.
 * Adding this custom css has no effect
 *     ```
       /* Enter Your Custom CSS Here */
       div#container {
         width:90% Important!;
       }
       ```
   

The topic ‘Overiding the container css’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [salescart](https://wordpress.org/support/users/codeaholic/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/overiding-the-container-css/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
