Remove Spacing between Columns in Responsive

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

Sign In or Register to comment.