Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #577079

    Hi i have a problem.

    I have created a image gallery in a page but is not responsive.

    Ho i can have the gallery responsive? ( i want see on the smartphone one image of gallery, i wanto responsive like mansory blog)

    this is the page

    let me know

    #577519

    Hi tescioneangelo!

    It looks responsive on my end. Do you mean on mobile screens you want to display one column instead of two?

    Is this some custom CSS your using?

    @media only screen and (max-width: 767px)
    #top #wrap_all .avia-gallery-thumb a {
        width: 50% !important;
    }

    Best regards,
    Elliott

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