Categories Icon on 2 Rows
-
My Category Icons are shown on 2 Rows, its like that in Chrome and Safari, Firefox lookes good. I use SVG Icons. What can i do? Link is in Private Content Section. Best Regards – Jack
Hi,
To fix this problem, you need to open your SVG icons file with some editor like Sublime Text or default system text editor and add height and width attributes to your <svg> tag like it is shown on the screenshot https://gyazo.com/83fd36b0bb9628bb1aed2bd3d5d063c5
Then you will need to reupload your icons in WordPress Dashboard.
Regards
Thank you, fast Feedback as usual, great! The Code you provided looks a bit strange, the “SVG-Tag” ist closed 2 Times, could that be correct? Ive attached a Screenshot to explain better.
Attachments:
You must be
logged in to view attached files.
This code is correct, but you need to check how width and height added only.
So is it only important to add w/h with 120 ?
Yes, you need to add the width and height you want to see your images with. Try 40×40 for example.