how to use hide a div depending on screen width code example
Example: show hide item based on display size
@media only screen and (max-width: 1026px) {
#fadeshow1 {
display: none;
}
}
@media only screen and (max-width: 1026px) {
#fadeshow1 {
display: none;
}
}