Hi Ismael,
the Samsung Galaxy Tab 4 has a resolution of 1280×800.
Hi ismael.
The Samsung Galaxt tab 4 has a resolution of 1280 x 800.
Thanks
Hi,
Replace the css code with this.
@media only screen and (max-width: 1280px) {
.hide-mobile { display: none; }}
@media only screen and (min-width: 1281px) {
.hide-desktop { display: none; }}
Best regards,
Ismael
Perfect!
Thanks
Davide