NO BUG: Text Link Icon size not responding to different screens

Browser: Chrome 110
OS: Windows

Hiya,

I’m struggling with the Text Link feature and the size of the icon across the breakpoint device sizes. Every time I set the size of the icon chosen (an SVG I’ve uploaded) on one screen, that same size then applies to other breakpoints, even though I’ve previously set a smaller/ larger size.

Any tips to get this working would be hugely appreciated! Many thanks

Here’s an example with the text link towards the middle of this page (just above the diagram):
https://staging.mewe360.com/impact

Hi @Martine,

can I ask you where are you changing the SVG size? If you are changing it here, on this SVG popup, then this will not be breakpoint-specific.

You can try to use custom CSS, something like this:

%root% svg { 
  width: 20px
}

Let me know if that solves it.

Best regards,
Matej

1 Like

that was perfect, thank you!

1 Like