Hello,
I make reduce space between columns and everything perfect on desktop/laptop version. But, on resposnive version everything crashing….How to fix that problem on mobile version? And I want to show normal responsive post for mobile/tablet column below columns…
This is my CSS code:
.page-id-12 div .av_one_fifth {margin-left: 1%!important; width: 19%!important;}
.page-id-12 div .av_one_fifth { margin-left: 0% !important;width: 100% !important;}
Problem solved.