Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #532972

    Hi.

    I have a couple of questions about the gallery element I have on my page (link attached).

    a. The gallery on mobile is shown as four columns, therefore photos appear very small. So I’d like it to be one column for each photo.
    b. How can I remove the hover over effect, as I don’t want them linked to anything.

    Thanks!

    Eva

    #533533

    Hi Eva!

    Please add following code to Quick CSS

    #top .avia-gallery .avia-gallery-thumb a:hover {
        opacity: 1;
    }
    @media only screen and (max-width: 480px) {
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
        width: 100%;
    }}

    Cheers!
    Yigit

    #533610

    Thanks, Yigit!

    Worked great! I just needed to add !important to the second code.

    Thanks again for the amazing support! :-)

    Eva

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Gallery images on mobile’ is closed to new replies.