• Resolved kapitanyerik

    (@kapitanyerik)


    Dear Developer!
    Firstly, thank you for the software.
    I have a problem. My logo (on the left of the header) don’t appear on my page. I created the svg with Illustrator, and I see the file in the media library. It appears perfectly on smaller devices such as my iphone. I tried so many things to solve the problem but i need your help ??
    Thank you for your answer
    Erik

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Benbodhi

    (@benbodhi)

    Hi there,

    Thanks for using my plugin.

    You have some inline CSS in the IMG tag of your desktop logo that says max-height: 0px;

    If you remove that, it will work.

    If you can’t remove for some reason, you could add this to your stylesheet:

    img.ascend-logo {
        max-height: 80% !important;
    }

    Thanks again for your support and using my plugin!

    Please don’t hesitate to update me if you have any further issues.

    Thread Starter kapitanyerik

    (@kapitanyerik)

    Thank you very much for your extremely fast answer!! It was really helpful, the problem is now solved ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not display on PC&laptop but display on phones’ is closed to new replies.