• I have added a header to my site and have managed to move the position of the green bar but the wrap around for the green bar looks like it is a fixed bit of graphic. Is it possible to move it down to match the graphic. You can see it here. https://www.wavemediamarketing.co.uk.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • in the style.css, find:

    body {
      background: url(img/bg-body.png) 50% 74px no-repeat;
      *background-position: 50% 84px;
      font: 100%/1.5 "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
      font-smooth: always;
      text-align: center;
    }

    and change the 74px in the second line to 124px (or 125px) ??

    Thread Starter salsa23

    (@salsa23)

    Thanks so much for that. Was looking for the code and it was not obvious!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changed Header size but how to move the green bar’ is closed to new replies.