Title: Slowly going completely mad
Last modified: August 20, 2016

---

# Slowly going completely mad

 *  [clixbits](https://wordpress.org/support/users/clixbits/)
 * (@clixbits)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/slowly-going-completely-mad/)
 * Hi All,
 * I’m working on a site & building a twenty eleven child theme as I go.
 * I hope it’s me having a ‘man look’, but I’m having all sorts of problems getting
   the alignment of the title of the post (i.e. the first post) at the top of the
   blog page [http://lifenergy.clixbits.com/?page_id=204](http://lifenergy.clixbits.com/?page_id=204)
   to come down a bit.
 * Maybe some padding of 20px something like that, for some reason I don’t seem 
   to be able to target the titles on the page (css style paths etc), so that the
   title aligns with the titles (page titles) of the rest of the site.
 * It’s doing my head in!
 * Can anyone see what I can’t?
 * I just know it’s going to be a smarty pants girl saying, ‘see, it’s right there
   in front of you!’.
 * thanks in advance for any help. even you smarty pants girls.
    🙂

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 6 months ago](https://wordpress.org/support/topic/slowly-going-completely-mad/#post-3079909)
 * Add
 *     ```
       div.meteor-slides {
        float: left;
        height: auto !important;
       }
   
       #main {
        padding-top: 0;
       }
       ```
   
 * Your header wasn’t picking up the correct height of your slideshow.
    Adding this
   float and height corrects the height of your header.
 * As the header has the correct height, you can now remove your padding top of 
   280 pixels that was applied to your main `<div>` by setting it to 0.
 *  Thread Starter [clixbits](https://wordpress.org/support/users/clixbits/)
 * (@clixbits)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/slowly-going-completely-mad/#post-3079982)
 * no, that’s not it. But thanks for trying.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 6 months ago](https://wordpress.org/support/topic/slowly-going-completely-mad/#post-3079984)
 * Try Alchymyth’s method below.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/slowly-going-completely-mad/#post-3079985)
 * try setting the top padding of `#main` to `33%` – in your last style in style.
   css of the child theme (seems to work in Firefox15 testing with web developer
   add-on).

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

The topic ‘Slowly going completely mad’ is closed to new replies.

 * 4 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/slowly-going-completely-mad/#post-3079985)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
