Hello,
i use the Columns PlugIn for Kirbytext, but on Mobile View the Left/Right Scrollbar appears.
An solution to fix this? That would be great
Watch on this Link:
Hello,
i use the Columns PlugIn for Kirbytext, but on Mobile View the Left/Right Scrollbar appears.
An solution to fix this? That would be great
Watch on this Link:
Sorry for this previous-deleted-post, my keyboard went crazy…
In your media queries, remove the
.columns {
margin-right: -2rem; // -> 0
}
.column {
padding-right: 2rem; // -> 0
}
thank you! That helps