Hello,
I uploaded a custom logo on a transparant header, but I want it a little bigger, is this possible? : http://www.ericsmeets.nl/testserver/
Kind regards,
Eric.
Hi EricSmeets,
Sorry for the late reply. Please try the following in Quick CSS under Enfold–>General Styling:
strong.logo, strong.logo a img {
height: 150px !important;
}
Regards,
Rikard
Thanks! And can I position it a little lower as well? Because now it almost touches the top of the screen.
Hello, I was hoping to get some support here!
Hi!
Please add following code to Quick CSS as well
.logo { top: 10px; }
Best regards,
Yigit
That’s it Yigit, thanks!