Hi !
I would need some help in order to expand my Title background image with zero border right/left/top.
How do I have to change the red code below in custom.css ?
Many thanks in advance !
h1#pageTitle {
color: #fff;
font-size: 270%;
font-weight: bold;
margin: 0;
padding: 0;
background: url(img/gif_test_1.gif);
http://www.pungib.com/alex/bk.gif
it is right on top of that in the custom.css file
the pageheader itself gets a padding of 1ex.
Put that to 0 and your problem will be solved.