I would like to remove the space between column when presented on mobile screens. On full screen, I have space between columns set to 0 (see example below), on mobile screens when placed ontop of each other, Im getting a space that I would like to remove (second example below). I would like the space between these columns to be set to 0.
I uploaded the examples back to front by the looks of things.
Hi,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Here you go.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
#espresso-main .flex_column {
margin-bottom: 0!important;
}}
Regards,
Yigit
Thats great, thank you.