Support » Themes and Templates » Rounded Corners CSS

  • Page corners are rounded on all browsers. Sub-Navigation is rounded on Chrome and Safari. Any help here?

    Here’s css for sub-navigation:

    #subnav {

    -webkit-border-radius: 15px;
    -border-radius: 15px;
    }

    #subnav .wrap {
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 8px;
    -border-radius: 8px;
    }

    Here’s the site- http://cynthiarurak.com

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Rounded Corners CSS’ is closed to new replies.