Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • #692578

    Hi Ismael,
    the Samsung Galaxy Tab 4 has a resolution of 1280×800.

    #693121

    Hi ismael.

    The Samsung Galaxt tab 4 has a resolution of 1280 x 800.

    Thanks

    #694133

    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

    #694201

    Perfect!

    Thanks

    Davide

    #694292

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

Viewing 5 posts - 31 through 35 (of 35 total)
  • You must be logged in to reply to this topic.