New Landing How can we help? Atelier black right balk on ipad !!

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #246213
    barkovsky
    Member
    Post count: 225

    hi there

    on my ipad the site
    gives a black balk
    cleared the cache etc….
    just sticks in
    how to solve ?
    http://www.lucemvideo.com/rita

    attached picture of ipad black belt

    kind regards

    Barkovsky

    Attachments:
    You must be logged in to view attached files.
    #246305
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    html, body {
      overflow-x: hidden;
    }

    – Kyle

    #246316
    barkovsky
    Member
    Post count: 225

    hi Kyle

    thanx
    worked as a charm /
    another question which i asked some time ago,
    for the one page navigation on ipad
    is this the right CSS ?

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

    i tried yesterday, found it on topics
    but it didn’t work ! cleared cache on safari ipad etc…

    kind regards

    Barkovsky

    #246317
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes that should work fine, which page do you have the one page nav?

    – Kyle

    #246326
    barkovsky
    Member
    Post count: 225
    This reply has been marked as private.
    #246333
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ahh you missed the opening bracket of the media query, should be:

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

    – Kyle

    #246336
    barkovsky
    Member
    Post count: 225

    Man

    i wish i had your knowledge
    kool

    all fine , thx Kyle

    Kind Regards

    Barkovsky

    #246339
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Kyle!

Viewing 8 posts - 1 through 8 (of 8 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