Hi,
i have a problem with the logo size.
My Logo is width: 759px and height: 207px
If i put it in it is always scaled to a smaller size. First Question: Why is that?
Then i found this code and put it in quick css
.logo {
width: 759px;
height: 207px;
}
But still the logo is scaled to 722px × 197px
How can i have it exactly the size i want?
Thanks Simon
i’m not official support but it should be the size of the header container.
you can change it in the enfold settings > header layout.
For the header size choose “custom pixel value” and choose 207px
I didt that but still the same problem.
could you send me a link to your site?
edit:
go to the enfold settings and edit the logo by clicking the upload button and then choose gallery.
change the size to “full size”.
change the header height from 207px to 217px. (there is a 5px padding above and below the logo. so the header needs to be 10px heigher)
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.logo img { padding: 0; }
And post the link to your website if that does not work so we can take a look
Best regards,
Yigit
Thanks Flikk and Yigit. Problem solved.
( btw I did not choose gallery)