Jump to content

Header logo size


Recommended Posts

you must change some parameters in global.css file

 

you must change the height of header block as i show below:

 

#header_logo {

float:left;

display:block;

margin-top:30px;

height: 200px;

}

you must add height parameter with your new image height value :)

Edited by vekia (see edit history)
Link to comment
Share on other sites

  • 3 weeks later...

you must change some parameters in global.css file

 

you must change the height of header block as i show below:

 

 

#header_logo {

float:left;

display:block;

margin-top:30px;

height: 200px;

}

 

you must add height parameter with your new image height value :)

 

I tried this, but it didn't work? Are you sure it is the global.css file I need to edit?

Link to comment
Share on other sites

#header_logo {

float: left;

width: 264px;

height: 130px;

margin-bottom: 0.5em;

display: block

}

img.logo {

float: left;

width: 191px;

height: 117px;

margin-top: 0.5em;

margin-bottom: 0.5em;

font-size: 2em;

font-weight: bold

}

 

mine looks like that, so you modify values according to your image. after that clear cache

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...