Title: css id height
Last modified: August 18, 2016

---

# css id height

 *  [Chadwick](https://wordpress.org/support/users/chadwick/)
 * (@chadwick)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/css-id-height/)
 * well i’ve got my site working if there is alot of content on a certian page. 
   But if there isn’t to much the sidebar seems to go over top of the footer. Does
   anyone know how to make it to the id tags are dynamic so that they stretch the
   full height of the sidebar if need be?
 * here the link to the page that is having the problems.
    [http://chadwick.fbsdhosting.com/index.php/archives/category/events/](http://chadwick.fbsdhosting.com/index.php/archives/category/events/)

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

 *  [kiddeath91](https://wordpress.org/support/users/kiddeath91/)
 * (@kiddeath91)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/css-id-height/#post-173407)
 * I’m guessing some or all of your containing divs are floated. You can try this
   fix on the parent div that contains all of your floated divs:
 * `.clearfix:after {
    content: ".";  display: block;  height: 0;  clear: both;  
   visibility: hidden; }
 * Article is here: [http://www.positioniseverything.net/easyclearing.html](http://www.positioniseverything.net/easyclearing.html)
 *  Thread Starter [Chadwick](https://wordpress.org/support/users/chadwick/)
 * (@chadwick)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/css-id-height/#post-173416)
 * thanks i bet this will help.
 * just to be informed about this code what does the content: “.”; do?
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/css-id-height/#post-173455)
 * That content is just what it seems. A full stop or period. However by upgrading
   it to block level with display block and setting clear both it will prevent the
   next element – commonly the footer – from appearing until both the content and
   the menu are done. This simple technique and others which are very similar, prevents
   untold borkage and is the key that holds two col floated schemes together.

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

The topic ‘css id height’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [Root](https://wordpress.org/support/users/root/)
 * Last activity: [21 years, 3 months ago](https://wordpress.org/support/topic/css-id-height/#post-173455)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
