I would like the right and left margins on all columns on mobile devices (small screens) to be removed.
Already tried this Custom CSS but with no luck:
@media only screen and (max-width: 767px) {
.flex_column {
padding: 0 !important;
margin: 0 !important;
}
}
Can you help?
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #main .container {
width: 100%;
max-width: 100%;
}}
Best regards,
Yigit
Thank you very much, it all works – fantastic support!
Hi,
Glad Yigit 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