Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @marcellot19

    You can try using the following CSS to try and customize the styling of the album to look like masonry gallery:

    /*** this removes the white border around the thumbnail  
    
    .foogallery-pile-inner, .foogallery-album-gallery-list .foogallery-pile:before, .foogallery-pile:after {
        border: none !important;
    }
    
    */
    
    .foogallery-album-gallery-list .foogallery-pile {
        z-index: auto !important;
     
    }

    Hope this helps.

    Kind regards,
    Elvis.

    Thread Starter Marcel Tujetsch

    (@marcellot19)

    Hi Elvis, thanks for the quick reply, I will try the suggestion immediately. Thank you
    PS: Of course it would be even nicer if the gallery layouts (options) could also be applied to the albums.
    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customizing album’ is closed to new replies.