• Resolved Chateaupoulet

    (@chateaupoulet)


    Hi there,

    Using a Twenty Eleven child theme and I have a gap either above the menu bar or below the header image on my test site that I’d like to remove, I can’t tell which it is.

    Using Firebug but I still can’t seem to see where to adjust this in the code. Any help would be appreciated. Thank you. Hope I have provided enough information.

    Test site is :

    http://victoriamacdermott.com/WP3/

Viewing 3 replies - 1 through 3 (of 3 total)
  • That bad-boy is in here:

    #cimy_div_id_0 {
    border: 0 solid #000000;
    float: left;
    height: 288px;
    margin: 1em auto;
    width: 1000px;
    }

    You need to declare:

    #cimy_div_id_0 {
    margin: 0 auto;
    }

    But if you want to keep that white space above the slider:

    #cimy_div_id_0 {
    margin: 1em auto 0 auto;
    }

    Thread Starter Chateaupoulet

    (@chateaupoulet)

    Thank you so much.

    I never thought to check out Cimy.
    It has been driving me nuts all day!

    Really grateful to you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty Eleven – Remove padding around header?’ is closed to new replies.