Vertical Menu shifting upon loading with safari browser
-
Hello, whenever I load the page on safari the vertical menu shifts to the side before loading, making it look glitchy and bad. any idea to why this is happening? i didnt have this error happen at launch and have not done really any major moves on the site. photo attached. thanks
Attachments:
You must be
logged in to view attached files.
Hello,
For SVG images to work properly across all browsers, including IOS devices, they must have both width and height attributes specified in their structure. In your case, some SVG icons were missing the height attribute.
To fix this, specify both width and height values for your SVG images and test again.
Best Regards.