hello, on this site there is this logo on the left top.
now, its exactly made this big as the header next to it keeps up with it.
Namely, the space of both the header AND the div where the logo is must be the same height,
now my client want the logo bigger.
If i do so the bottom of the div in which the logo is will be pushed down, so the bottom of the headerpic and the logo will disagree; one is lower than the other which is ugly.
i think there is a margin around the logo. If i could get rid of this i will gain some space to make the logo bigger and still have te bottoms of the logoarea en the header area perfectly in one line.
So, what to do?
best regards, jelle vanhijfte
Hey jelle,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_sidebar .logo {
padding: 10px;
}
@media only screen and (max-width: 989px) {
.responsive.html_header_sidebar .logo {
padding: 10px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
thats it, Victoria, thanks a lot.You can close this ticket now if you want.
Hi yampieters,
Glad we could help :)
Best regards,
Victoria