PenciDesign Supporter replied
Hi,
Let's replace it with this CSS:
@media only screen and (min-width: 768px) {
.penci-grid>li.grid-2-style {
padding-left: 30px;
}
.container.penci_sidebar .penci-grid li:nth-child(2n),
.penci-grid li.grid-2-style:nth-child(2n) {
padding-left: 0;
padding-right: 30px;
}
}
Regards,
PenciDesign.