New Landing How can we help? Themeforest Theme Support Pinpoint Don't Show in Mobile or Tablet

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Pinpoint
  • #37303
    richie23
    Member
    Post count: 1

    Hi,

    I’ve added a few extra elements to the header which cramp the design when rendered on a mobile / tablet. Is there any way to show these only on a desktop / not on a mobile device ?

    I saw a previous example which used @media in the CSS but this isn’t working for me.

    @media screen and (max-width: 600px) {
    .oink-logo {
    position:absolute;
    top:-10%;
    left:55%;
    }
    }

    Thanks,

    Richie

    #37545
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Richie,

    Your example above applies only to screens smaller than 600px, not bigger ๐Ÿ™‚ So it would be min-width, instead. And I would suggest a value such as 1200px, for desktops.

    Also, you can take a look at Twitter Bootstrap and use their helper classes. For example, adding the class ‘visible-lg’ on an element will make it show up only on large screens (desktops)

    Regards,

    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”

    Cosmin – Support

    #37600
    richie23
    Member
    Post count: 1

    Many thanks,

    Will have a look at that.

    Richie

    #38049
    Melanie – SUPPORT
    Member
    Post count: 11032

    Fantastic, let us know if there’s anything else we can do for you!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register