Hi, i got issue how to separate columns would you help me how to do it? On pc it looks great but on mobile i need to make space between it.


Hi, i got issue how to separate columns would you help me how to do it? On pc it looks great but on mobile i need to make space between it.


Hi There,
Thanks for writing in!
Please add this following code to each column element CSS.
@media (max-width: 767px) {
$el {
margin-bottom: 20px;
}
}

You can change the margin value to any number you want.
Hope this helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.