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
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