Hi,
I would like to know how to remove the margin-bottom from a column within a color section in the mobile version.
See the picture: https://monosnap.com/file/mYnNMaRQQ14WSGaUobtHVsTuSo91Pv
I add a class in the colum “clmwho” with this CSS:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .flex_column .clmwho{
margin-bottom: 0px !important;
}
}
Thank you for your support,
Manuela
Hey Manuela,
Please try this CSS instead:
@media only screen and (max-width: 767px) {
.clmwho {
margin-bottom: 0 !important;
}
}
Best regards,
Rikard
Hi Rikard,
Yes perfect.
thank you for your support,
Manuela
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