Skip to main content
All CollectionsStyling Your Social WallCSS Tutorials
How to adjust post spacing and add rounded borders?
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?

Neira Dzabija avatar
Written by Neira Dzabija
Updated over a year ago

If you want to increase the border radius and space between posts to make your wall look even better and ‘cleaner’, add this code to your custom CSS box under Settings > Design 👇

.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 👇

🚨Please note: this snippet works on all layouts besides Carousel.

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?