• Resolved bempa

    (@bempa)


    When adding a url link to an svg logo in header it is minimized and become impossible to scale properly.
    Using latest updates of WP, Elementor, Elementor Pro and SVG support.

    Any idea how to solve this problem @bicyclista ?

    Link to pic showing setup:
    https://take.ms/9AwTx

    https://insima.se/

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • NightL

    (@nightl)

    this has happened after the latest WordPress update – it drops in width=”1″ & height=”1″

    pop the following into your custom CSS page to override that setting

    .elementor-widget-theme-site-logo img {
        width: auto !important;
        height: auto !important;
    }

    your svg will then expand to the width of containing element

    Thread Starter bempa

    (@bempa)

    Magic @nightl , works like a charm!
    Thx a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘svg header logo loses scaling when url is added’ is closed to new replies.