Options

How can I round this corner?

DreadnoteDreadnote Registered Users Posts: 634 Major grins
edited November 26, 2013 in SmugMug Customization
Any idea what the CSS/HTML to round these corners might be?
Sports, Dance, Portraits, Events... www.jasonhowardking.com

Comments

  • Options
    AllenAllen Registered Users Posts: 10,013 Major grins
    edited November 26, 2013
    Dreadnote wrote: »
    Any idea what the CSS/HTML to round these corners might be?
    Try this in your "homepage" CSS.
    .sm-page-home .sm-page-layout-region-center {
      border-radius: 18px;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    DreadnoteDreadnote Registered Users Posts: 634 Major grins
    edited November 26, 2013
    Allen wrote: »
    Try this in your "homepage" CSS.
    .sm-page-home .sm-page-layout-region-center {
      border-radius: 18px;
    }
    

    Awesome! That worked perfectly, though it only applies to the home page. Can I make it site wide?
    Sports, Dance, Portraits, Events... www.jasonhowardking.com
  • Options
    DreadnoteDreadnote Registered Users Posts: 634 Major grins
    edited November 26, 2013
    Nevermind, I dropped the .sm-page-home part and it worked. Thanks a million!
    Sports, Dance, Portraits, Events... www.jasonhowardking.com
Sign In or Register to comment.