PenciDesign replied
Hi,
Because you did override the CSS of column shortcode to 25% width.
Please add more this code to Customize > Custom CSS to make it break on mobile:
\
@media only screen and (max-width: 960px){\
.column-1-4 p, .column-1-4 a img.alignnone{ margin-bottom: 0; }\
.column-1-4{ width: 50%; }\
}
\
@media only screen and (max-width: 480px){\
.column-1-4{ width: 100%; }\
}\
Best Regards,
PenciDesign