Viewing 9 replies - 1 through 9 (of 9 total)
  • David_G

    (@questas_admin)

    This should do the trick. Change the px to what you want.

    #masthead {
    padding-top: 64px;
    }
    Thread Starter teabythesea

    (@teabythesea)

    Hi there,

    Thank you! Where about should I place this? I have just added it to the top, but nothing has changed.

    David_G

    (@questas_admin)

    Top of what?
    You want it in your style.css (style sheet). The best way would be to use a child-theme or use a custom css plugin.
    For testing purposes though you will find the style sheet in your Dashboard > Themes > editor.
    Remember that any changes to your theme will be lost when you update the theme.

    Thread Starter teabythesea

    (@teabythesea)

    Sorry, I should have added that I added it to the top of my style.css

    David_G

    (@questas_admin)

    you can place it after:

    /* =Reset default browser CSS.
    -------------------------------------------------------------- */

    Thread Starter teabythesea

    (@teabythesea)

    Hm, I have just done that and nothing. Maybe I am just destined to have space above my header 🙂

    David_G

    (@questas_admin)

    Try this, I dont think you will like 0px, it pushes your header above the top.

    #masthead {
    padding-top: 53px !important;
    }
    Thread Starter teabythesea

    (@teabythesea)

    Thanks so much, but on my iMac it does not seem to be changing at all.

    David_G

    (@questas_admin)

    you put 530px. but you’re right, it’s not working. You have a pro theme. Contact your theme author, they might be able to give better insight as they know how they set it up.

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

The topic ‘remove padding from header’ is closed to new replies.