salsa23
Member
Posted 2 months ago #
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. www.wavemediamarketing.co.uk.
Thanks.
alchymyth
Member
Posted 2 months ago #
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) ;-)
salsa23
Member
Posted 2 months ago #
Thanks so much for that. Was looking for the code and it was not obvious!