New Landing How can we help? Atelier Product Image to Take Up Whole Width in Ipad Portrait View

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Atelier
  • #230784
    ninesolutions
    Member
    Post count: 192

    Dear Swift Ideas,

    Can you help me out with this please. I am looking to get my product image to take up the whole width of the ipad when in portrait view. Now its slightly small and aligned to the right: http://i.imgur.com/4kDk6au.png

    I have tried some CSS but i think i am not getting it right. Thanks!

    Jas

    #231084
    ninesolutions
    Member
    Post count: 192

    Sorry can i get some help on this please?

    Thanks!

    #231353
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    That is tricky, but please test with this:

    @media only screen and (min-width: 768px) {
    
    .woocommerce div.product div.images {
        width: 100%!important;
    }
    
    .lSSlideWrapper {
        max-width: 100%!important;
    }
    
    .flexslider ul.slides {
        width: 100%!important;
        height: auto!important;
    }
    
    .lSSlideOuter .lightSlider>li {
        width: 100%!important;
    }
    
    }

    Thanks.

    #231359
    ninesolutions
    Member
    Post count: 192

    Hi David Martin,

    Thanks so much, It works perfect now!

    Appreciated with many thanks.

    Jas

    #231361
    David Martin – Support
    Moderator
    Post count: 20834

    Great, no problem!
    -David.

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