Hello! I have found your reply to other people with custom code snippets but none of those are working for me.
On the mobile version of my client’s website, the logo is cut off at the bottom. I’m including the link below.
Hey Advokate,
You have following code in Quick CSS field
.logo img {
position: relative;
top: 18px;
}
Please change it to following
@media only screen and (min-width: 768px) {
.logo img {
position: relative;
top: 18px;
}}
Cheers!
Yigit
That did the trick! Thank you so much!
Hi,
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit