Hi.,
The spacing issue is appearing from this plugin “SeedProd Coming Soon Pro”. Kindly note that we have added the below given code in custom css but its not reflecting in site due to this plugin. the issue is due to the code appearing from the plugin as shown below.
Plugin code:
.column, .dt-sc-column { float: none; margin: auto; width: 100%; }
Custom css code:
@media only screen and (max-width: 479px) { .column, .dt-sc-column { display: inline-block; margin: 0 0 20px 0; } }