Archived topic
Container with curved corners
5 replies · Started by Devesh on November 5, 2020
Viewing posts 1–6 of 6
Hi Team
How to get a container with curved corners in Generatepress, like this website (URL shared)
Hi there,
Try this CSS:
.inside-article, .sidebar .widget {
border-radius: 10px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks, this works good. But does the CSS slow down website?
Hi there,
No - this will have no performance impact on your site.
If you were adding 1000's of additional lines of CSS then you may notice a small impact.
Thanks a lot for this clarification.
You're welcome
This archived topic is closed to new replies.