Hi Team,
i am currently doing a 1/2 by 1/2 column (see screenshot 1)
In the desktop view, it works fine but in the mobile view there would be a gap between the 2 column even though i have checked the no space between columns. (see screenshot 2)
How can i resolve this?
Hi David57!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Best regards,
Elliott
thanks!
Hi,
I’m not sure I understand what you are looking to do there, do you want to remove all the padding/margins on mobile view? Please try to explain a bit further.
Regards,
Rikard
Hi, yes i would like to remove the margin between the image and text section on mobile view so it won’t appear to have a gap in between as shown in the screenshot.
screenshot 2: http://screencast.com/t/AnLuMqIM7
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.responsive #top #wrap_all .flex_column { margin-bottom: 0; }
Best regards,
Yigit
Thanks! it works