• Hello I am trying to add space to the top of my website (before the menu bar). What code would I use to do this?

    https://www.adventeurs.com

    I have tried and nothing happened:

    #masthead {
    margin: 30px 0 0 0; /* top right bottom left */
    padding: 0;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Make sure you are using the correct selector. Try using Firebug or your browsers developer tools to help find them. ??

    Yup, looks like there is no #masthead used in your source code.

    You might be looking for #header as the selector.

    Thread Starter jmllr89

    (@jmllr89)

    Oh thanks I just found it.
    It was #header
    Thank you, now to see if it works ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add space to the top of website’ is closed to new replies.