Page 2 of 2

Re: Logo

Posted: Thu Jun 14, 2012 7:24 am
by fox1983
sorry im totally new and not used to this what do i put to increase it as theres nothing like height or anything there

Re: Logo

Posted: Thu Jun 14, 2012 7:35 am
by leo
e.g change top: 80px; to top:120px; or whatever fits.

Code: Select all

#bar {
	position: absolute;	
	border-top: 1px; 
	border-bottom: 1px; 
	padding: 0px 3px 0px 10px;
	height: 30px;
	width: 520px; 
	top: 80px;
	left: 210px;
	white-space: normal;	
	z-index: 10;	
}

Re: Logo

Posted: Thu Jun 14, 2012 7:48 am
by fox1983
ok cheers ive moved all them now how do i make the strip that runs across the top taller from top to bottom so that the image is in it and not overlapping at the bottom

Re: Logo

Posted: Thu Jun 14, 2012 8:11 am
by leo
The header background is 10px x 110px and repeated horizontally.
So, open it with Gimp or Photoshop and increase the height or create a new one that you like, prefer.

Re: Logo

Posted: Thu Jun 14, 2012 8:20 am
by fox1983
what folder is the image in

Re: Logo

Posted: Thu Jun 14, 2012 8:28 am
by fox1983
dont worry found it thanks for all your help