nathdogg Posted November 10, 2013 Share Posted November 10, 2013 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. Link to comment Share on other sites More sharing options...
Pabs Posted November 10, 2013 Share Posted November 10, 2013 Hello, the logo image will keep the original size...as you uploaded it. So make a bigger logo image and uploade it again. Link to comment Share on other sites More sharing options...
nathdogg Posted November 10, 2013 Author Share Posted November 10, 2013 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 More sharing options...
Pabs Posted November 10, 2013 Share Posted November 10, 2013 (edited) Comment or change this: max-width:450px; in the file /themes/Tease/css/global.css line 579 so your logo can display bigger. See you i.e. max-width: 600px looks nice. Edited November 10, 2013 by Pabs (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 10, 2013 Share Posted November 10, 2013 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 More sharing options...
Pabs Posted November 10, 2013 Share Posted November 10, 2013 max-width and max-height are limiting your image from getting a size bigger than that (and that's what you want). You should change that first. Bye Link to comment Share on other sites More sharing options...
nathdogg Posted November 10, 2013 Author Share Posted November 10, 2013 Thanks both of you for your replys. I will try this tonight when I get home, as I am currently at work right now. I will update how I get on. Thanks again. Link to comment Share on other sites More sharing options...
nathdogg Posted November 10, 2013 Author Share Posted November 10, 2013 I have managed to try this and it works great. Thank you both again for your help. Link to comment Share on other sites More sharing options...
vekia Posted November 11, 2013 Share Posted November 11, 2013 thanks for confirmation that it works as you expected im so glad that you found solution to your problems here btw. Welcome on board! thread marked as [solved] Link to comment Share on other sites More sharing options...
oshoot Posted April 12, 2017 Share Posted April 12, 2017 Any idea how to do this with 1.7 ? Link to comment Share on other sites More sharing options...
vekia Posted April 13, 2017 Share Posted April 13, 2017 the question is what logo you use ? standard text - or image? what theme ? Link to comment Share on other sites More sharing options...
oshoot Posted April 16, 2017 Share Posted April 16, 2017 image and default theme. Link to comment Share on other sites More sharing options...
nbexiga Posted June 7, 2017 Share Posted June 7, 2017 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 Link to comment Share on other sites More sharing options...
PromoCodeLand Posted September 4, 2017 Share Posted September 4, 2017 really helpful thanks for sharing! Link to comment Share on other sites More sharing options...
wildeyray Posted October 7, 2017 Share Posted October 7, 2017 How can you increase the header (image) logo size in v1.7 ? Link to comment Share on other sites More sharing options...
Angel Posted October 25, 2017 Share Posted October 25, 2017 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now