Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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&#8221; 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&#8221; 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
    Mauro

    #1485931

    Hey 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,
    Ismael

    #1485954

    Thank you, it is working.
    The output uses anyway HTML Entities and not HTML Characters.

    Please see private Content

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.