New Landing How can we help? Atelier Mobile CSS question

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #229943
    wtflovelife
    Member
    Post count: 113

    Hi – I am having a problem with mobile CSS in horizontal view. There is a small square in the upper left and the wishlist button is not inline. Can you tell me what I need to add to make this fixed? THANK YOU!

    Attachments:
    You must be logged in to view attached files.
    #230282
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please add this custom CSS:

    1)

    @media only screen and (min-width: 768px) {
    .flexslider li a.zoom, .product-img-area li a.zoom {
    display: none;
    }
    }

    2)

    Have you made any modifications to alter the display?

    Thanks,
    David.

    #231934
    wtflovelife
    Member
    Post count: 113

    Hi! Weird but it’s still there. and Yes I have made quite a bit of modifications on this. It doesn’t come up in regular view though. Only horizontal.

    #232184
    David Martin – Support
    Moderator
    Post count: 20834

    I only get that now on horizontal iPhone screen size.

    Please also add this:

    @media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (orientation : landscape) { 
    .flexslider li a.zoom, .product-img-area li a.zoom {
    display: none;
    }
    }

    Thanks.

    #232239
    wtflovelife
    Member
    Post count: 113

    thank you very much. it worked!

    #232250
    David Martin – Support
    Moderator
    Post count: 20834

    Great, no problem.

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