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

    (@bradvin)

    Hi

    You have a strange theme CSS rule being added to the page by a plugin it seems:

    .blog .post img {
    padding-top: 40px;
    padding-bottom: 40px;
    }

    Which is causing the gap you are seeing. Add the following custom CSS to your gallery to override that:

    .foogallery-container img {
    padding: 0 !mportant;
    }

    Thread Starter nsajnani

    (@nsajnani)

    Hey,

    Where do i add this CSS code?

    Thread Starter nsajnani

    (@nsajnani)

    I added the code to this
    foogallery/css/admin-foogallery.css

    but still no difference.

    Plugin Author bradvin

    (@bradvin)

    foogallery/css/admin-foogallery.css is the wrong place to add the custom CSS
    You need to add it on the edity foogallery page. There is a metabox for custom CSS

    Thread Starter nsajnani

    (@nsajnani)

    Hey,

    Thank you for your response.

    I can’t find the metabox where is it?

    Plugin Author bradvin

    (@bradvin)

    When you edit a Gallery, below the images and gallery settings, there is metabox for custom CSS

    Thread Starter nsajnani

    (@nsajnani)

    Thank you so muchh!!!!

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

The topic ‘Masonry Foo Gallery’ is closed to new replies.