icon size responsive
-
Is there a way to make the icon size responsive? Rather than not showing the icon on mobile devices – I would like the size to change with resolution.
Is there a way to either add this to the plugin – or how can I change icon size with CSS? (i know how to detect resolution with css – but something is taking priority over my css insers)
Below is not working
to_top_scrollup {width=40px !important; height=40px !important; font-size=40px !important; }
I know the selector is correct – because if I remove the width/height/font-size from the default position it will use the one I have given – but somehow the plugin has higher priority than my css inserts (while it should be the other way around).
I think the best solution is if to top would include a CSS window in the plugin – which will be added after the default CSS so that the CSS can be altered. Because I guess something in the functionality of to top would not work if it is not loading after the rest of the website CSS?
The topic ‘icon size responsive’ is closed to new replies.