Remove an item with CSS
-
First, let me start with a big THANK YOU for this awesome plugin. Wish you had a paid version to give you little support from my side.
I am trying to remove an icon/menu from a small screen size using CSS, this because smaller screens get crowded with icons. I have used CSS many times before on the site and with other plugins to accomplish similar things like this.@ media screen and (max-width: 768px){
icon here {
display: none !important;
}
}
But when trying to remove the icon with css, an empty space remains, And the empty space still works as if the icon was still there when clicking on it.Can you please help me, thanks again.
The topic ‘Remove an item with CSS’ is closed to new replies.