bigger logo that cut in the menu:

hi guys.
this is my site:

http://new.sapir-aguda.co.il/

notice that my logo is cut.
how can i get the height of the header bigger so that the logo would fit in?
thanks!

3 answers

Profile photo of Ninja Lead 0.00 $tone February 2, 2014
Public

@ arikdan,

Please follow steps below:

+ Change image path:

Open templates/ja_university/themes/aguda/css/template.css file and define your logo in red:

Code:

h1.logo a {
	background-image: url(../images/logo.png);
}

+ Change logo size in red (via templates/ja_university/css/template.css file)

Code:

h1.logo {
  width: 220px;
  height: 56px;
}
h1.logo a {
	background: url(../images/logo.png) no-repeat left;
	display: block;
	width: 220px;	
	height: 56px;
}

And clear cache from Admin area after applying those changes.

#2

This question is now closed

Written By

Comments