iPad/Mobile Menu Alignment Issue – Support Needed
-
Hi Xtemos team,
I tried posting on the forum but received a database error.
We’re using the latest Woodmart version on https://omoco.com.
There’s a layout issue in the Category menu on iPad and mobile devices.
Inside .cat-item a.category-nav-link
, the icon and text are not aligned horizontally.
We tried everything (Custom CSS, Custom JS, querySelector, setInterval) but nothing works — probably due to JS-rendered structure.
Can you please review this layout issue and help us fix it?
We would appreciate a direct solution (CSS snippet, JS fix, or file override instructions).
Thanks in advance!
Attachments:
You must be
logged in to view attached files.
Hello,
The issue is with the SVGs that don’t have width and height attributes.
You need to open your SVG icons file with some editor like Sublime Text or 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.
Kind Regards