Gap between these mobile columns

How can I create a small gap where the yellow arrow points to in the pic between columns?

Its only on small screens that I need to fix this

Hi Wayne,

Please find this custom code that you have added to the 767px media query:


.stay-inline-2 .x-column.x-sm {
    float: left;
    width: 48%;
    margin-right: 4%;
}

then update it to:


.stay-inline-2 .x-column.x-sm {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.