Home › Forums › Support › Rounded Corners for Blog Post containers This topic has 5 replies, 3 voices, and was last updated 3 years, 4 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts January 17, 2019 at 4:27 am #784462 Vish Hello I would like to make the blog post listing containers have rounded corners as in the below link: https://spreadprivacy.com/ I have included my site URL in the post ๐ January 17, 2019 at 4:46 am #784476 DavidStaff Customer Support Hi there, give this CSS a shot: .generate-columns-container .inside-article { border-radius: 5px; } .generate-columns-container .inside-article .post-image img { border-radius: 5px 5px 0 0; } January 17, 2019 at 5:23 am #784490 Vish Thank you David ๐ January 17, 2019 at 5:31 am #784500 DavidStaff Customer Support You’re welcome January 22, 2020 at 2:28 am #1139989 Rickard Hello! This code works for the blog page which shows the latest articles, but not an individual post. How can I make the corners rounded on the posts themself? I am displaying the image above the title with no padding. January 22, 2020 at 2:50 am #1140010 DavidStaff Customer Support Hi there, this will apply to blog and single posts .inside-article { border-radius: 5px; } If you want to include comments area and sidebar widgets then this: .inside-article, .comments-area, .widget { border-radius: 5px; } Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In