Site logo

Archived topic

rounded corners content

3 replies · Started by Antal on January 10, 2019

Viewing posts 1–4 of 4

Hi,
I would like to apply rounded corners to the content area of the posts and the pages. I have tried to apply this CSS but this does not seem to work.

.inside-article {
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}

(to extend my question a bit further, homepage should be excluded, and on mobile view the rounded corners should be excluded as well)

Thanks in advance! :)

Hi Leo,

Elementor is only used for the inside of the standard GP container on posts and pages. (except the homepage)
I don't know if this makes sense, but I got it to work with this code;

.one-container .container
{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

Thanks and have a great evening :)

Glad you figured out :)

This archived topic is closed to new replies.