Hi. i want a logo with size (h=117, w=80) in de header section with menu on right side of the screen.
I uploaded the logo with above size, but it resizes automatically to the standard logo size.
What went wrong?
THX Freek
i tried to add the following code to custom.css with no luck
.logo img {
height: 117px;
width: 80px;
}
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_sidebar .logo img { width: auto; }
Best regards,
Yigit
That worked for me. Thanks.