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

    Is there a way to make the gallery appear the same way that portfolio looks on mobile devices? What I mean is the portfolio moves all the images into a single column whilst the gallery just maintains the number of columns and shrinks everything down so it becomes hard to see what the tiny thumbnails are.

    #239724

    Hey Bimdas!

    Would like to have a URL so i can properly answer your question,

    Regards,
    David

    #239959
    #240144

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

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

    Best regards,
    Yigit

    #240514

    Hi Yigit,

    Thanks for getting back to me. I’ve added the quick css you have given me but it doesn’t appear to have made any changes.The gallery images still appear the same way on my iphone.

    #240526

    Hi,

    Try using this code instead:

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

    Cheers!
    Josue

    #240544

    That did it, thanks Josue!

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