Hello,
I have a small problem. I would like to make the columns and rows in the FINNDENT block without spaces. This works in the desktop view, but in the mobile view I always have white columns in between. Is there a way to remove these?
The link shows this to the sample view.
Hey klick.design,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.av-lueb7spe-d8e56ac6f4c43644e12f0b25f9edaf82 {
margin-bottom: 0;
}
}
Best regards,
Rikard
Hi Rikard,
Thank you very much for your support. I think we have misunderstood each other. It is not a different result for Mobil. I have taken a screenshot to illustrate this.
THX, BR, Matthias
Hi,
Thanks for that. Please try this CSS instead:
@media only screen and (max-width: 767px) {
.av-d80pr-aafd7468b3ffc69e3f13d2331e6474ea {
margin-bottom: 0;
}
}
Best regards,
Rikard
Hi Rikard,
thank you. With adding !important it works quiet well.
BR, Matthias
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike