• Resolved wpu9000

    (@wpu9000)


    I am trying to remove the top and bottom padding from around the header.
    I have added

    .inside-header {padding-top:0;padding-bottom:0}

    to the styles.css but it has no effect.
    (yes I will create a child theme)…
    I would also like to remove some space between the menu items but I can’t seem to find the css for that.

    thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter wpu9000

    (@wpu9000)

    Just been looking at this firebug and it tells me the rule is now coming from line 20 of index.php in the root directory of the wordpress intall…..
    I don’t understand at all…
    thanks again

    Theme Author Tom

    (@edge22)

    Hi there,

    Your code should be working, but let’s make it a little more specific.

    .site-header .inside-header {
         padding: 0;
    }
    Thread Starter wpu9000

    (@wpu9000)

    Great that worked…
    But there is something I don’t understand, and you probably do – why is firebug telling me this styling rule is coming from https://localhost/wordpress_2/ rather than some style sheet? (am developing on wamp and wordpress_2 is the root folder where this instance of wordpress in installed)
    thanks,
    really like this theme …..

    Theme Author Tom

    (@edge22)

    Styling which is covered by our addons is generated dynamically and added to the wp_head section of the site – so Firebug is right that it’s coming from index.php, as it’s not in any specific stylesheet.

    Let me know if that makes sense ??

    Thread Starter wpu9000

    (@wpu9000)

    not really ??
    since the rule for inside-header is in the style.css stylesheet…
    but that’s ok I don’t expect you to teach me the basics, I will piece it together over time..
    thanks very much for your help,
    david

    Theme Author Tom

    (@edge22)

    No problem – if you have any questions just let me know ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove padding around header’ is closed to new replies.