Hey,
I need to display 2 columns on mobile where on desktop it’s a 1/5th column.
Used the following:
@media only screen and (max-width: 767px) {
.av_one_fifth {
width: 48%!important;
padding-left: 1%;
padding-right: 1%;
}
}
However this creates empty fields, like in the attached image.
What could be the cause of this?
Hey alexandervellguth,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Andy
See private content. Feel free to deactivate any plugins.
Hi,
I think in your case it’s better to use a Grid Row element. Put every profile into one cell of Grid Row element, then you won’t have this issue.
Best regards,
Andy