change icon size by display
Submitted by changho on Mon, 06/29/2020 - 03:41
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
Tue, 06/30/2020 - 13:58
Permalink
Hi changho!There are several
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