Hello,
I have two columns using muffin and the text on a small screen (320x568) when they stack together there is a gap I need to get rid off. I try adding a class to the column to remove the bottom margin and css too:
@media only screen and (max-width: 767px) {
.section_wrapper .column .resBkSp{
margin-bottom: 0!important;
}}
Can you please guide me on how to remove that space?
Thank you.
Pablo
Comments
we have checked your website but you don't have any gap between text because everything is in one column.
Thanks!