• Resolved pmagiab

    (@pmagiab)


    Hi, trying to get a 2-column masonry gallery to show margins on the side of the container.

    Tried this, no effect:
    .foogallery-container {
    margin-left: 100px;
    margin-right: 100px;
    }

    Tried this, will show only one column:
    .foogallery-container {
    padding-left: 100px;
    padding-right: 100px;
    }

    The page I need help with: [log in to see the link]

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

    (@bradvin)

    Hi

    You might need to wrap the gallery within a new div div, and then apply the padding or margin to that element. It seems that the custom css applied to the .foogallery-container element are wiped clean when the gallery is initialized

    Hi @pmagiab,

    I’m doing a quick follow up to see how you have gotten on with this issue? Did you try creating a new div as suggested by Brad? Do you still need assistance?

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