Mobile column gap bug
-
Hi, I uploaded the latest version today but I still have the bug – 20px column gap persists. Am still having to use the following custom code to make the container behave without gap on mobile.
{GREENSHIFT} {
@media only screen and (max-width: 425px) {
column-gap: 0px !important;
}
}Could you revisit the fix please?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘Mobile column gap bug’ is closed to new replies.