Site logo

Archived topic

Curved corners.

3 replies · Started by Przemek on August 10, 2019

Viewing posts 1–4 of 4

Hi sorry I know is very simple, but I can't find it. How do I make every corner curved/round? Every conrer on the site

Hi there,

to target the separate containers you can try this CSS:

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .paging-navigation,
.widget-area .widget {
    border-radius: 4px;
}

worded thanks

Glad to be of help

This archived topic is closed to new replies.