Masonry container margins
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Masonry container margins’ is closed to new replies.