Hi, a few months ago I had another theme of another brand. There in the header.php I changed the max space for the logo to 600px.
I have deleted the older theme.
Now I use Enfold and I if I set the logo on Slim it is still pretty large. (still looks like that 600px)
I would like to have the logo width at max 400 or 450 px.
I have looked around on the forum and I only can find some custom css codes that change the height, but then the logo shrinks also only vertical with shrinking ON.
But like when I change the custom header size in header layout to 60px, the logo doesn’t shrink anymore. (the width of my logo will be around 400px)
You have a code to make the space for the logo to that 400px without changing the way it shrinks?
lillebrormarine.nl
Best regards.
Hi!
Adding this reduces the width of the logo to about 400px and does not affect it when shrank:
.logo, .logo img {
height: 68px;
}
Cheers!
Josue