Published
- 1 min read
show hide item based on display size
The solution for this is noted below
show hide item based on display size
Solution
@media only screen and (max-width: 1026px) {
#fadeshow1 {
display: none;
}
}
Try other methods by searching on the site. That is if this doesn’t work