New Landing How can we help? Atelier One Page Navigation not showing on iPad

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Atelier
  • #179979
    freeheart
    Member
    Post count: 51

    Hi,

    is it meant to be that the OnePager Navigation is not showing on iPads? I tried the Bryant Demo also and it is not showing either.
    Would be great if this could be fixed.

    Cheers,
    Tom

    #180127
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (min-width: 768px)
    #one-page-nav {
      display: block!important;
    }
    }

    – Kyle

    #180159
    freeheart
    Member
    Post count: 51

    Hi Kyle,

    I tried:

    @media only screen and (min-width: 768px) {
    #one-page-nav {
    display: block!important;
    }
    }

    But unfortunately with no results.

    Cheers, Tom

    #180178
    freeheart
    Member
    Post count: 51

    It works now. There was a delay with the deleting of the cache on the iPad. Thanks, Tom

    #180180
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

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

You must be logged in to reply to this topic.