change icon size by display

Forums: 

The css has been overrided and the icon has been changed. but I am not sure how to change icon size depending on the display size

Summary: 
icon size
otacke's picture

Hi changho!

There are several options. You could use relative CSS units such as em or % for the icons (in case you're using absolute units like px). A way to have use custom CSS classes depending on display size is using media queries. Or you could go for setting sizes in some JavaScript, which often is convenient, but usually makes customizing more complicated.

Best,
Oliver