Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #465734

    Hi,

    I’m using simple gallery (not masonry) with small thumbnails. I want to show the thumbnails of the first seven picture in one line (gallery columns is set to 7). How can I modify the php/css to list only 7 pics in preview?

    Thanks in advance!

    #466168

    Hey Attila!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #466348

    Yes, I’m sending you the link in private.
    You can see 10 pictures in gallery, but I want to show the first seven thumbnails.

    Thanks in advance!
    Attila

    #466923

    Hey!

    Thank you for using Enfold.

    Use this in the Quick CSS field:

    #top #wrap_all .avia-gallery .avia-gallery-thumb a:nth-last-child(-n+3) {
      display: none !important;
    }

    Best regards,
    Ismael

    #467405

    Yes, that’s what I need, thank you very much!

    #467418

    Hi!

    I am closing the ticket, as it is done. Please let me know if we could do anything else for you.

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Gallery with limited preview pictures’ is closed to new replies.