Tagged: 1 column, portfolio grid, side by side
hi
I am using the 1 column side by side portfolio grid to display a music program.
I would like to make a gap between the portfolio items.
I found the code:
@media only screen and (max-width: 767px) {
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
margin: 0;
margin-bottom: 0px;
margin-bottom: 20px;
width: 100%;
}
}
It seems to work – is that correct?
thanks
Nancy
