Home Forums Pro Themes Photo Perfect Pro Photos in gallery

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30602
    mikwalrus
    Participant

    Hello!
    How to reduce the spacing between photos in the gallery? I would like them to close fit with each other – http://mikhailpetrov.ru/portfolio/commercial/
    Is that possible?

    #30624
    wensolutions
    Keymaster

    Hello @mikwalrus,

    The Photo Perfect Pro theme already has necessary Styles implemented for the gallery images when the images same size ( landscape/ portrait ) images are used in the gallery. However, in the page you have provided the link to, the uneven image sizes are creating extra spacing between the images.

    You can use the following custom CSS targeted specially for the gallery in your page in your Admin Dashboard > Appearance > Customize > Additional CSS to decrease the spacing and better align the images in the gallery :

    .galleryid-369{
        margin-bottom: 15px;
        text-align: center;
    }
    
    .galleryid-369 .gallery-item {
        width: 17%;
    }

    Hope this Helps,

    Best Regards !!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.