• Hello everyone, in the menu the svg (the name Paul Schlase) is not completely displayed in the mobile version in the header. Does somebody has any idea? thx

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @katorii,

    I’ve checked your website and didn’t see any issue, please check this screenshot: https://i.postimg.cc/nLHdyNj2/image.png and this one: https://i.postimg.cc/bwHPHcf9/image.png.

    However, to manage the SVG logo, please navigate to customizer > header > logo and upload your SVG logo, and set the “Max Width” option. For instance, please check this screenshot: https://i.postimg.cc/T17Gbr8M/image.png.
    Also, to set the mobile menu logo, please navigate to customizer > header > mobile menu here: https://i.postimg.cc/FH2PR1BP/image.png.

    I hope that helps.
    Best Regards

    Thread Starter katorii

    (@katorii)

    Hello, unfortunately this is not correct. The SVG is not displayed correctly on various mobile devices: https://postimg.cc/zVMBHT79

    Thread Starter katorii

    (@katorii)

    I had already filled out these instructions (mobile menu logo and logo max width) correctly in advance of this request, but unfortunately without the correct result.

    Hello @katorii,

    If you have any custom CSS for this; For troubleshooting, please do the following steps and let me know the results:
    1- Remove all customization CSS(usually in customizer > custom code > css).
    2- add your customization one by one.
    3- After adding each customization code, check your issue.

    Note 1: in the staging website, if you have a cache plugin or server cache. You need to clear its cache contents or disable them.

    Note 2: Please get a full backup from all CSS before it.

    Note 3: The only CSS you may need is the following CSS:

    @media(max-width:480px) {
        #site-logo #site-logo-inner a img {
            width: 100%;
        }
    }

    Add that CSS and recheck your issue.

    Please recheck your issue and keep us posted.

    Best Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘svg is not fully displayed in the mobile version’ is closed to new replies.