Site logo

[Resolved] MOBILE SCREENS the Gallery but ONE image shows a row

Home Forums Support [Resolved] MOBILE SCREENS the Gallery but ONE image shows a row

Home Forums Support MOBILE SCREENS the Gallery but ONE image shows a row

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1522333
    diedrich

    Hello, can you help me with the following question
    I want to MOBILE SCREENS the Gallery but ONE image shows a row, typically, 3 images

    Note: this is only the portrait mobile image

    This code is The code Thatcher I have nut is not wording :


    @media
    screen and (max-width:767px){
    #gallery-2 .gallery-item {
    width: 100%!important;
    }
    }

    Greeting
    Diedrich

    #1522651
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to a page where i can see the issue?

    #1522898
    diedrich
    #1524797
    diedrich

    please can you help me ?

    #1525004
    David
    Staff
    Customer Support

    Sorry for the late reply – it seems we your last reply slipped through our system.

    Try this CSS:

    @media screen and (max-width:767px) {
        #gallery-2 .gallery-item {
            max-width: 100% !important;
        }
    }
    #1525025
    diedrich

    I’m so happt with this , many Thank sDavid

    #1525077
    David
    Staff
    Customer Support

    Glad to be of help ( sorry for the delay )

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.