Hello,
I was wondering if someone could tell me how to increase the size which my logo is allowed, I am using the small business demo theme which i downloaded from the presets of sites. It only allows a small logo and was hoping someone can tell me how to make it allow a larger logo, right now its only allowed 340 x 200.
thanks
Hey PyrexDevelopment,
There is too much transparent space in the logo on the left and right please crop the logo in the wordpress image editor and remove as much empty space from it and that should fix half of the problem.
Then you can either increase the header size to large or custom value in Enfold > header > Header size or use the below code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.logo img {
min-height: 100px!important;
}
Best regards,
Vinay
Hi,
When I change it this way, the logo is bigger indeed, but does not scale down when scrolling down.
Also it sticks to the top of the header, but it should be put in the middle.
And on small screens the logo stays as high and is pinched together. It should rescale a bit.
What do I have to change?
Thanks in advance,
Sara