[Resolved] Container with curved corners

Home Forums Support [Resolved] Container with curved corners

Home Forums Support Container with curved corners

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1519321
    Devesh

    Hi Team
    How to get a container with curved corners in Generatepress, like this website (URL shared)

    #1519438
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .inside-article, .sidebar .widget {
        border-radius: 10px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1520269
    Devesh

    Thanks, this works good. But does the CSS slow down website?

    #1520652
    David
    Staff
    Customer Support

    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.

    #1520763
    Devesh

    Thanks a lot for this clarification.

    #1520883
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.