Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter LLOYDSGRILL

    (@lloydsgrill)

    And how do you reduce the grey space around the header?!

    govpatel

    (@govpatel)

    In your style.css look for this code around line 95

    #top {
    background:#D2D2D2 url(images/top-bg.png) repeat-x scroll 0 0;
    border-bottom:1px solid #FFFFFF;
    padding-top:70px;

    change 70px to 10px or 15px

    Grey around your header is part of your background

    Thread Starter LLOYDSGRILL

    (@lloydsgrill)

    look at my site…you can see the logo now but i lost the top bar. what should i do to get it back? it seems like everything needs to be moved down a little…

    13Ham

    (@13ham)

    add

    #header{padding-top:30px}

    to your style.css

    govpatel

    (@govpatel)

    sorry did not realize that put it back to 70px and I will try again and find how reduce that

    Thread Starter LLOYDSGRILL

    (@lloydsgrill)

    Okay, I changed it back.

    govpatel

    (@govpatel)

    I do not think it is that made you loose the bar as I changed it and did not loose the bar.

    #top {
    background:#D2D2D2 url(images/top-bg.png) repeat-x scroll 0 0;
    border-bottom:1px solid #FFFFFF;
    padding-top:70px;

    change 70px to say 15px

    Thread Starter LLOYDSGRILL

    (@lloydsgrill)

    I just did that and it moved the logo and bar up.

    13Ham

    (@13ham)

    #top{height:160px;}
    #menu{margin-top:50px;}

    get firebug. go to https://w3schools.com/ .

    Thread Starter LLOYDSGRILL

    (@lloydsgrill)

    thank you, thank you!!

    now can you help me make the slideshow be equal with the line and move the brown equal to the line??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘HOW DO YOU MOVE THE HEADER UP?’ is closed to new replies.