Skip to main content

How to adjust post spacing and add rounded borders?

Can I modify post spacing and add rounded borders to the posts on my social wall?

Written by Lorenzo Goldoni
Updated yesterday

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

  1. Go to Setup > Design.

  2. Paste the CSS snippet into your custom CSS box.

  3. Change 40px if you want more or less rounded corners.

  4. Change 1.2em if you want more or less space between posts.

  5. 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!


Did this answer your question?