There seems to be a bug with the .card-columns class as the pictures don't align-up correctly ...
block-content-gallery.html not working as it should
1 reply · opened Jun 10, 2023
Hello,
Apologies for the Issues and Thanks for reporting this. The following code was missing:
[ch_pre type="css"]@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.card-columns.grid-2 {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.card-columns > * {
display: inline-block;
width: 100%;
}
}[/ch_pre]
This will definitely work fine. We will fix this in the next update. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard