Home Forums WoodMart support forum category view error ios

category view error ios

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #672247

    otoecu
    Participant

    I’m experiencing an issue with categories only on iOS where they appear broken. This problem is specific to iOS and doesn’t occur on other platforms. I would appreciate your assistance with this matter.

    Attachments:
    You must be logged in to view attached files.
    #672256

    Luke Nielsen
    Keymaster

    Hello,

    The issue is with the SVGs that don’t have width and height attributes.

    You need to open your SVG icons file with an editor like Sublime Text or the default system text editor and add width=”31″ height=”40″ attributes to your svg tag like it is shown https://prnt.sc/N-wyqYgD3npT

    Then you will need to re-upload your image in WordPress Dashboard.

    Best Regards

    #672281

    otoecu
    Participant

    information

    #672366

    Luke Nielsen
    Keymaster

    You could try to use the code below:

    .wd-nav-mobile {
        --nav-img-width: 18px;
    }

    If it doesn’t help, upload the SVG icons with the defined sizes.

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)