• Resolved nemo656

    (@nemo656)


    Hello, I just installed and purchased the Foogallery and the Foobox light box. I absolutely love how easy it was to get this plugin up and running, and to create multiple galleries in an album.

    My problem is the galleries that are contained in the album only display in one column no matter how small I make the thumbnail size. You can view the issue at this link – http://ssbn656.com/photo-gallery/

    Can someone point me in the right direction on how to get the galleries to display in at least two or three rows and then another row below.

    Thank You
    Have a great day
    Jim

    https://wordpress.org/plugins/foogallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bradvin

    (@bradvin)

    Your theme is overriding the album CSS, which is causing the problem you see.

    Adding this custom CSS should make it look a bit better:

    .foogallery-album-gallery-list li {
        display: inline-block;
    }

    But there are a few other problems I can see around padding and margins set by the theme

    Thread Starter nemo656

    (@nemo656)

    Thank you so very much bradvin!!! I was suspecting that just as I got your notification. I created this theme with Artisteer, which in the beginning seemed like a good idea, the more I am learning the more I am learning that Artisteer themes can be quirky and different from standard WordPress themes. Again your bit of CSS code made it look exactly what I wanted. Thank You!!!!

    Have a great day
    Jim

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to change layout of album on page’ is closed to new replies.