Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #579751

    Hi!
    As the gallery is loading at the bottom of the page, there is space between the images, but when the page is loaded, the images are pushed against each other with no space and are bigger (75×75 is prefered size). How can I keep the space that is showing during loading? See image and URL below.How the images look like while uploading

    #579792

    Hi MarikaZoll!

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

    .avia_transform .avia-gallery-thumb img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    Best regards,
    Yigit

    #579798

    Sorry, maybe I was unclear, we want to keep the space that is under the loading and have that also when it fully loaded and with the size of the thumbnails 75×75. Your code is removing it which is not what we want.
    Thx!

    #580136

    Any progress? Thanks!

    #580327

    Hi!

    Sorry for the delay…

    It’s still not clear what you need but as per my best understanding i am thinking you want something like you see in the below screenshot if so please add the below code in Enfold > general Styling > Quick CSS if not please get back to us with a mockup of what you are trying to do so we can help you better.

    #top .avia-gallery .avia-gallery-thumb a {
        padding: 1em!important;
    }

    Please feel free to adjust 1em in the above to .5 or more.

    Cheers!
    Vinay Kashyap

    #580448

    Thanks Vinnie! Yes you understood what I meant. Worked perfectly. Thanks!

    #580819

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

    #1314099

    I have the same issue.

    I want a white space between the the gallery images (most 2 images in a row) because google says (clickable assets are too close together).

    My sites who has the issues are in the private content box.

    With the css code from Vinay hiere above

    #top .avia-gallery .avia-gallery-thumb a {
    padding: 1em!important;
    }

    it works only for the first galery but not for the other galery. Who is the mistake i did?

    Then the clickable gallery images looks smaller than before on mobile (test with samsung galaxy s5) why is so and can yo code it that it has the same size as it is without the code?

    thanks

    BTW: Why i cannot open an new topic?

    #1314551

    Hi Tobias777G,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-gallery-thumb a {
        padding: 0 1% 0 0;
    }

    You can start a new topic if you follow this link, or click this button: https://imgur.com/a/AnoSPNb.

    Best regards,
    Rikard

    #1314588

    thanks it works

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Space between gallery images’ is closed to new replies.