How do I change the Tube Default Logo?

How can I make the space larger for the Logo on the top? I mean I want the logo to have more height and when I change the logo height it cuts the image off?

1 answer

Profile photo of JA Developer 0.00 $tone January 13, 2010
Public

Hi exodusms

Please open skin/frontend/default/jm_tube/css/theme.css file, find following code section:

Code:

h1#logo a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 200%;
	width: 165px;
	height: 50px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -99999px;
}

and

Code:

#ja-header .main {
	line-height: normal;
	position: relative;
	height: 100px;
}

Here you have to change the height to your idea

Thank you

#1

This question is now closed

Written By

Comments