Hi
I have placed the following code into the customize CSS to enlarge the logo and move it to the left
..container.av-logo-container {
margin-left: -390px;
padding-left: 0;
max-width: 100%;
}
.logo, .logo a {
overflow: visible;
}
.logo img {
max-height: 190px !important;
}
but it no longer shrinks when moving the page up. Can this be fixed??
Regards
Richard
Hey Richard,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi Richard,
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
#top #header_main .logo img {
max-height: 190px !important;
}
#top .header-scrolled.header-scrolled-full #header_main .logo img,
#top .header-scrolled #header_main .logo img {
max-height: 90px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria
That worked perfectly…thank you
Regards
Richard
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon