Jump to content

[SOLVED] how to change Header Logo size


Recommended Posts

Hi.

 

I'm wondering if anyone could please assist me.

 

I'm trying to make the header logo at the top of my site bigger so that it will fill the empty space. As you can see I have already moved the horizontal menu bar down to create a bigger space for my new heading logo. I just cant work out how to make the logo itself bigger.

 

I have attached an image, and the address of the site is http://nitetimetease.co.uk

 

Thanks in advance for any help offered.

post-633717-0-81294700-1384087043_thumb.jpg

Link to comment
Share on other sites

Hello, the logo image will keep the original size...as you uploaded it. So make a bigger logo image and uploade it again.

 

Thanks for your reply.

 

The Logo that i have uploaded is already 1000x200px, obviously the logo showing on my site is a lot less then this.

 

thanks.

Link to comment
Share on other sites

you've got css styles:

#header_logo {
float: left;
margin-top: 25px;
max-width: 450px;
height: auto;
position: relative;
z-index: 1;
margin-bottom: 10px;
max-height: 250px;
}

these styles affects appearance of logo :)

just change max width value :)

Link to comment
Share on other sites

  • 3 years later...
  • 1 month later...

Hi

nice question that i have too

yes.. where can i change in 1.7.1.1 the logo size or the area that is empy for other size? to resize the white empty space to look better the logo? 

kindly see atached..

 

thanks

post-1395426-0-60685300-1496861016_thumb.jpg

Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...
  • 3 weeks later...
On 11/10/2013 at 8:13 PM, vekia said:

you've got css styles:


#header_logo {
float: left;
margin-top: 25px;
max-width: 450px;
height: auto;
position: relative;
z-index: 1;
margin-bottom: 10px;
max-height: 250px;
}

 

hey, i'm a newbie. can you tell me how to open the code like that ?

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...