Site logo

[Support request] Creating rounded corners on a container

Home Forums Support [Support request] Creating rounded corners on a container

Home Forums Support Creating rounded corners on a container

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1775696
    Rami

    Hello

    I’m using GP Premium and I’ve looked in the docs and past forum responses, but couldn’t find a solution.

    Site: lyfebug.com

    Trying to create rounded corners on a container “Swift 4.2 card” I created on the front page. This card isn’t autogenerated, it was created manually so I can have a little more control over it. I gave the container the class name: my-rounded-corners and I added some css in simple css. It just doesn’t seem to have any affect though.

    Here is my css:
    .my-rounded-corners {
    border-radius: 50px;
    }

    Any help would be appreciated. Also wondering if there is a plugin that could tell me the way to access different parts of css for my site. I run into this a lot and I don’t fully understand what I’m doing, but I know enough to be dangerous.

    Thank you!

    #1775788
    David
    Staff
    Customer Support

    Hi there,

    you would need to add the overflow: hidden; property to your CSS.

    But as you’re using GenerateBlocks you can apply border radius to a container block via the Settings > Spacing options.

    #1776137
    Rami

    Excellent! Thank you David. This works perfectly now.

    #1776164
    David
    Staff
    Customer Support

    Glad to hear that

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