Hi there – the column layout on mobile adds space between the columns. I also am using bullet points in these columns. I tried adding:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all .flex_column{
margin-bottom: 0px !important;
margin-top: 0px !important;
}
}
but it didn’t take the space away.