Title: Container problem ?
Last modified: August 20, 2016

---

# Container problem ?

 *  [Taktik Communication](https://wordpress.org/support/users/nucleusgestion/)
 * (@nucleusgestion)
 * [15 years ago](https://wordpress.org/support/topic/container-problem/)
 * Hi guys,
 * I’m having a layout problem.
 * When you look at this site :
 * [http://joannegreene.ca/dev/](http://joannegreene.ca/dev/)
 * using **firefox**, the white container doesn’t continue until the end of the 
   page.
 * [http://cl.ly/033y3g3q2Z2u1a111i0x](http://cl.ly/033y3g3q2Z2u1a111i0x)
 * Anyone could help me fix this please ?
 * Thanks !!

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Andrei Olsen](https://wordpress.org/support/users/nebulus/)
 * (@nebulus)
 * [15 years ago](https://wordpress.org/support/topic/container-problem/#post-2117703)
 * It’s float:left in .texteDroite that causes this. You can remove float and adjust
   margin-left to fix this. Or, if you for some reason cannot remove float, you’ll
   need to add an element, e.g. `<div class="clear"></div>`, after <div id=”texteAccueil”
   > that will clear floats.
 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [15 years ago](https://wordpress.org/support/topic/container-problem/#post-2117709)
 * you can change it in youyr theme’s stylesheet style.css.
    change:
 *     ```
       .entry-content,
       .entry-summary {
       	clear: both;
       	padding: 12px 0 0 0;
       	text-shadow:#fff 1px 1px 1px;
       }
       ```
   
 * to this:
 *     ```
       .entry-content,
       .entry-summary {
       	clear: both;
       	padding: 12px 0 0 0;
       	text-shadow:#fff 1px 1px 1px;
       	overflow: hidden;
       	width: 100%;
       }
       ```
   
 *  Thread Starter [Taktik Communication](https://wordpress.org/support/users/nucleusgestion/)
 * (@nucleusgestion)
 * [15 years ago](https://wordpress.org/support/topic/container-problem/#post-2117849)
 * Hey it’s working !!
 * Couldn’t remove the float, but the other method worked !
 * Thanks so much **Andrei Olsen** & **keesiemeijer** !!
 * However, I have another problem… only in firefox (again), there is this “map”
   that appears :
 * [http://cl.ly/1P3G1x2827023x343O2U](http://cl.ly/1P3G1x2827023x343O2U)
 * How can I get rid of it ?
 * THANKS !
 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [15 years ago](https://wordpress.org/support/topic/container-problem/#post-2117883)
 * try:
    – deactivating **all** plugins to see if this resolves the problem? If 
   this works, re-activate the plugins one by one until you find the problematic
   plugin(s).
 * these are links from the admin bar. Normally these are only available when you
   are logged in. Maybe your theme is not ready for WordPress 3.1
 * It’s a plugin or your theme that is showing these links but you can [remove the admin bar](http://www.quickonlinetips.com/archives/2011/02/disable-remove-wordpress-admin-bar/).
 *  Thread Starter [Taktik Communication](https://wordpress.org/support/users/nucleusgestion/)
 * (@nucleusgestion)
 * [15 years ago](https://wordpress.org/support/topic/container-problem/#post-2117974)
 * Hey **keesiemeijer**,
 * The deactivation of all plugins does not resolve the problem.
    Nor the admin 
   bar removal 🙁
 * Any other tip ?
 *  Thread Starter [Taktik Communication](https://wordpress.org/support/users/nucleusgestion/)
 * (@nucleusgestion)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/container-problem/#post-2117987)
 * Well well… still the same old problem… anyone can help ?
 * Check out the bottom of any page at **[joannegreene.ca/dev/](http://joannegreene.ca/dev/)**
 * Here’s a snapshot of what it looks like on my Safari :
    [cl.ly/1b2K0s2L2m3f1R0I1T2i](http://cl.ly/1b2K0s2L2m3f1R0I1T2i)
 *  [Andrei Olsen](https://wordpress.org/support/users/nebulus/)
 * (@nebulus)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/container-problem/#post-2117995)
 * Disable plugins and switch to default theme to check if admin bar is properly
   styled and not visible to other users than yourself. If everything is okay, start
   digging the php code of your current theme. functions.php would be the place 
   to start.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Container problem ?’ is closed to new replies.

## Tags

 * [container](https://wordpress.org/support/topic-tag/container/)
 * [Firefox](https://wordpress.org/support/topic-tag/firefox/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [Andrei Olsen](https://wordpress.org/support/users/nebulus/)
 * Last activity: [14 years, 12 months ago](https://wordpress.org/support/topic/container-problem/#post-2117995)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
