Title: Change posts layout for Astra
Last modified: March 14, 2021

---

# Change posts layout for Astra

 *  [Aarush](https://wordpress.org/support/users/biospedia/)
 * (@biospedia)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/https-www-indus1one-com-8/)
 * Hye!
    I am using Astra Theme!
 * I want my Posts to be in a curved layout.
    round the corners of the posts.
 * I have tried the following CSS, but is not working!
 * div.post {
    border-radius: 25px; }
    -  This topic was modified 5 years, 2 months ago by [Yui](https://wordpress.org/support/users/fierevere/).
      Reason: spammy title corrected
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhttps-www-indus1one-com-8%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Vlad](https://wordpress.org/support/users/vladytimy/)
 * (@vladytimy)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/https-www-indus1one-com-8/#post-14179241)
 * Hi, [@biospedia](https://wordpress.org/support/users/biospedia/)
 * Try adding this in Dashboard – Appereance – Customize – Additional CSS in the
   [Customizer](https://wordpress.org/support/article/appearance-customize-screen/)
 *     ```
       article {
           border-radius: 25px;
       }
       ```
   
 * You can learn how to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   or [Firefox Developer Tools](https://developer.mozilla.org/en-US/docs/Tools) 
   to help you see and test changes to your CSS.
 * Hope this helps,
    Kind regards!
 *  Thread Starter [Aarush](https://wordpress.org/support/users/biospedia/)
 * (@biospedia)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/https-www-indus1one-com-8/#post-14179252)
 * hi [@vladytimy](https://wordpress.org/support/users/vladytimy/)
 * It works. It also curved my homepage post grid.
 * how to make sidebar curve?
 *  [Vlad](https://wordpress.org/support/users/vladytimy/)
 * (@vladytimy)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/https-www-indus1one-com-8/#post-14179279)
 * > It also curved my homepage post grid.
 * You can replace that with this to have it going only on single pages
 *     ```
       .single article {
           border-radius: 25px;
       }
       ```
   
 * > how to make sidebar curve?
 * I don’t see any sidebar.
 * For other theme enhancements, I recommend asking at [https://wordpress.org/support/theme/astra/](https://wordpress.org/support/theme/astra/)
   
   so the theme’s developers and support community can help you with this.
 * Kind regards!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change posts layout for Astra’ is closed to new replies.

## Tags

 * [border-radius](https://wordpress.org/support/topic-tag/border-radius/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 3 replies
 * 2 participants
 * Last reply from: [Vlad](https://wordpress.org/support/users/vladytimy/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/https-www-indus1one-com-8/#post-14179279)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
