[Resolved] Curved Corners

Home Forums Support [Resolved] Curved Corners

Home Forums Support Curved Corners

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1586612
    Leanne

    Hi,

    Please take a look at this website: http://newportchildcarecenter.ca/

    I would like to create the menu area not full width with the top right and top left curved.

    Then, at the bottom where the white ends have the bottom right and left curved.

    How can I do this?

    Thanks,
    Leanne

    #1586666
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know ๐Ÿ™‚

    #1586691
    Leanne

    Yes. I am trying to recreate this website http://newportchildcarecenter.ca/ in WordPress.

    For now, I have it here: https://lnftwd.com/ I will move it later.

    I want the top corners of the navigation menu to be rounded. And the bottom two corners of the white area (just above the footer) to be rounded.

    Thanks.

    #1586703
    Leo
    Staff
    Customer Support

    Try this:

    .main-navigation {
       border-radius: 50px 50px 0 0;
    }
    .one-container .container {
        border-radius: 0 0 50px 50px;
    }
    #1586705
    Leanne

    That worked perfectly. You are amazing!!!

    #1587477
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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