Having a problem with the gallery layout in Bootstrap. It looks great on desktop view, but on mobile, there's no space between images on the same row.
On mobile, the images stack vertically without any spacing between them within a row. However, there is spacing between groups of four images that would be displayed on larger screens. I think the issue lies in my CSS, and the code snippet below should address it.
#rowpadding{
margin-bottom: 20px;
}
View the gallery template here. Also, check out my JSFiddle to see the problem in action.