Tagged: enfold, Floating Logo
Guys,.. the old thread on this was closed so starting a new one here.
Have been using this code to make this happen:
strong.logo, .logo a {
top: 10px;
max-height: 150px;
overflow: visible;
}
.logo img {
max-height: 250px !important;
height: 250px;
}
Now with the latest update,… it is no longer working. The logo is now flying behind the full width easy slider located just under the header.
Is there a fix?
Hey Diana,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Sure thing. Credential attached. Thanks much!
Hi,
The regular WordPress login pages are not working, could you post a link to the login page as well please? You could try this CSS instead to see if you have any luck with it:
.logo, .logo a {
top: 10px;
max-height: 150px;
overflow: visible;
}
.logo img {
max-height: 250px !important;
height: 250px;
}
Best regards,
Rikard
Oh,.. I’m so sorry about that. But,.. I used your code and it did work,.. so we’re all good now. Thanks so much!