css show hide based on 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;
}
}