Logo Size in JM Larix

Hi,

How do I change the size of the logo in JM Larix. This is currently too small and I will like to increase it. Which CSS handles this?

1 answer

Profile photo of JA Developer 0.00 $tone May 14, 2010
Public

Hi

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

Code:

#ja-header .main {
	line-height: normal;
	position: relative;
	height: 100px;
	background: url(../images/header-bg.gif) left top;
}

/*Logo---*/
h1#logo, div#logo-text {
	display: block;
	float: left;
	font-size: 300%;
	height: 90px;
	margin: 0;
	padding: 10px 0 0 10px;
	width: 295px;
}
#1

This question is now closed

Written By

Comments