If you want your Walls.io social wall posts to look cleaner and more card-like, you can use custom CSS to add more space between posts and round their corners. Go to Setup > Design and paste the snippet below into your custom CSS box.
How to add rounded corners and more spacing to your posts
Go to Setup > Design.
Paste the CSS snippet into your custom CSS box.
Change
40pxif you want more or less rounded corners.Change
1.2emif you want more or less space between posts.Save your changes and refresh the wall to confirm the updated look.
.checkin {
border-radius: 40px;
margin: 1.2em;
}
The spacing and borders of each post will be changed to appear rounder and with more space between 👇
⚠️ Warning: This CSS snippet works on all Walls.io layouts except Carousel. If your wall uses the Carousel layout, these spacing and border-radius changes will not apply.
In case you have further questions, don't hesitate to contact the support team via chat or support@walls.io!



