Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › can't see the icons › Reply To: can't see the icons
July 11, 2017 at 1:34 pm
#13929
Keymaster
Hi,
I believe yes. You can use for example a pseudo class to target the mobile screen only:
[html]@media (max-width: 600px) {
/* CSS rules here */
}[/html]