Hi,
My logo appears too small with 200 x100. So I want to increase the size of the logo on Enfold.
I found a topic on this forum telling to add a css code to quick css. I tried it and the size of my logo increased but the problem is that because I use the “small fixed header” the logo won’t decrease automatically when scrolling down…
How can I fix it?
I’m working on localhost so I can’t send you a link to show you…
Kind regards,
Chrys.
I think I found a way to show you:
https://www.dropbox.com/sh/1dbmr0d544vkd4n/s3O8mK6vxG
as my logo is something written, I want it bigger so people can read it “at first sight” when they will go on the site.
Regards,
Chrys
Hi,
What code did you use to increase the size of the log?
This is what I did, I uploaded a fairly large logo 300x200px then I add this on my custom.css
.logo a {
height: 200px;
}
.logo {
width: 300px;
height: 200px;
}
.fixed_header #header {
position: fixed;
height: 200px;
}
#header_main {
border: none;
}
Adjust the width height depending on your logo. I’m not sure if you will like how it looks when you scroll down.
Regards,
Ismael
Hi,
You’re right, I don’t like it :-(
As you can see on the picture, ok I could increase the size logo but the space where the logo is contained has also increase so it goes on my slider.
The header size was perfect at the begining and the fact it reduces when scrolling down, I love it and want to keep it. I just want to increase a little bit the size of my logo.
What can we do?
Kind regards,
chrys
I forgot to join the picture, sorry:
https://www.dropbox.com/s/7uy16cvoz8yozmd/Capture_d_écran_13_05_13_09_30.png?m
Hi!
I’ve managed something else and tried another design for my logo. It was less complicated this way and I’m pleased with it.
AnywayI keep in mind that code which could be very useful in the future.
We can consider this thread as resolved. Thanks!
Kind regards