
-
AuthorPosts
-
June 24, 2025 at 11:34 am #1485834
Hello,
search lens and cart svg dimensions are too big. It is not the first time that it happens.
<svg version=”1.1″ xmlns=”http://www.w3.org/2000/svg” width=”25″ height=”32″ viewBox=”0 0 25 32″ preserveAspectRatio=”xMidYMid meet” aria-labelledby=”av-svg-title-2″ aria-describedby=”av-svg-desc-2″ role=”graphics-symbol” aria-hidden=”true”>……..
</svg><svg version=”1.1″ xmlns=”http://www.w3.org/2000/svg” width=”25″ height=”32″ viewBox=”0 0 29 32″ preserveAspectRatio=”xMidYMid meet” aria-labelledby=”av-svg-title-3″ aria-describedby=”av-svg-desc-3″ role=”graphics-symbol” aria-hidden=”true”>……
</svg>everything is updated to last version
How can we adjust?
Please see screenshot in private content
Thank you
MauroJune 26, 2025 at 7:58 am #1485931Hey profumopuntoit,
Thank you for the inquiry.
You can add this css code to adjust the width and height of the SVG icons.
.responsive #top #wrap_all .menu-item-search-dropdown >a > svg { width: 24px; height: 24px; } .responsive #top #wrap_all #menu-item-shop .cart_dropdown_link .av-cart-container svg { width: 24px; height: 18px; }
Let us know the result.
Best regards,
IsmaelJune 26, 2025 at 3:00 pm #1485954Thank you, it is working.
The output uses anyway HTML Entities and not HTML Characters.Please see private Content
-
This reply was modified 3 weeks, 2 days ago by
profumopuntoit.
June 27, 2025 at 7:45 am #1485995Hi,
Glad to know it’s working. What do you mean by “HTML entities and not HTML characters”? Please explain it a bit further or provide screenshots.
Best regards,
IsmaelJune 30, 2025 at 11:37 am #1486150& quot; instead of “”
I am not sure if it is a problem, but developers tool does not recognize as a valid HTML
Thank you
MauroJuly 1, 2025 at 4:58 am #1486180Hi,
Thank you for the screenshot.
Please note that the html or the value inside the data-avia-search-tooltip attribute will be converted into actual html by a script, and html entities such as & quot; will be rendered as actual quotation marks in the end. This is the search form that pops up when you click the search icon.
Best regards,
Ismael -
This reply was modified 3 weeks, 2 days ago by
-
AuthorPosts
- You must be logged in to reply to this topic.