Hello everyone,
I have some problems with the multicolumn.
I am on the Dawn theme.
So in the multicolumns i have written a text and the problem is, that on mobile version, these texts overlap.
I have already tried the following code:
@media only screen and (max-width: 767px){
.multicolumn-card{
overflow: hidden !important;
width: 95% !important;
}
}
But it did not work.
Some letters were still visible and the text was not centered anymore.
Does anyone has a solution?