Casper on mobile shows as a single column. How difficulty would it be to make it behave similarly (just desktop size) on the desktop?
In admin-menu visit “Code injection” and copy this to Blog Header.
<style>
.post-card {
flex: 1 1 auto;
}
</style>
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.