ResolvedSVG LOGO

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20327
    checker21
    Participant

    Dear Support Team!

    How can i use my svg logo which is already in the media library. If i choose the svg logo in the general theme options the logo is not displayed!
    Thanks for your help!

    Greetings Michael

    #20362
    Althemist
    Keymaster

    Hello checker21,

    Most probably it’s not displayed, because SVG images doesn’t have a “size”. IT’s probably there, but the browser don’t know how to interpret it. Most probably you’d need to set explicit size (width AND height) with CSS code in order to be displayed properly.

    Regards,
    Dimitar

    #20373
    checker21
    Participant

    Thanks for your reply! Can you give me the css code to set width and height of the main logo please?

    Thanks Michael

    #20394
    Althemist
    Keymaster

    That would depend on your logo type. The code would be something similar, but you’d need to adjust the correct size as per your needs:

    #header #logo img {
    width: 137px;
    height: 112px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register