Aqueous Banner Problem

Ikram45

New Member
I'm having trouble uploading a banner on Aquaeous skin from eXtremePixels. This is the banner I want to upload
f05106.png


but it shows like this when I upload
334jbl4.jpg


Any help?
 
In your style additional css section find:
Code:
#logo {
background: url(aqueous/misc/header_logo.gif);
width: 192px;
height: 114px; 
float: left;
	margin: 0;
	padding: 0; 
}
Replace with:
Code:
#logo {
background: url(aqueous/misc/header_logo.gif);
width: 700px;
height: 150px; 
float: left;
	margin: 0;
	padding: 0; 
}
 
Back
Top