Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jfeng22

    (@jfeng22)

    So i tried this code that csutom34 was kind enough to post

    header#masthead hgroup {
    margin: 0;
    }
    header#masthead {
    padding: 10px 1 20px 0;
    }

    However if i use this than all of my menu/bottom drop downs are messed up.

    Is there a way I can just move the menu bar all the way to the top of the page?

    Thread Starter jfeng22

    (@jfeng22)

    Okay so the hover colors are changed, ty for the pointers.

    I’m still confused as to how i can move the header bar up and eliminate the space between the URL bar and the header bar.

    This is my current header CSS:

    header#masthead {
    background: #fcfcfc;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    }

    header#masthead hgroup {
    position: relative;

    margin-bottom: 40px;
    margin-top: 20px;
    }

    header#masthead hgroup a {
    color: inherit;
    text-decoration: none;
    }

    header#masthead hgroup h1 {
    color: #666666;
    font-size: 36px;
    font-weight: 100;
    line-height: 1em;
    }

    header#masthead hgroup img {
    height: 150px;

    max-width: 100%;
    }

    header#masthead hgroup .support-text {
    position: absolute;
    top: 50%;
    right: 0;

    color: #4b4b4b;
    font-style: italic;
    line-height: 1.2em;
    margin-top: -0.6em;
    max-width: 50%;

    Thread Starter jfeng22

    (@jfeng22)

    Awesome! Thanks for the help!!

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