Toggle navigation
Sign In
Toggle navigation
Categories
Discussions
Activity
Best Of...
Discussion
Rounded Corners for Carousel Block?
Author
Date within
1 day
3 days
1 week
2 weeks
1 month
2 months
6 months
1 year
of
Examples: Monday, today, last week, Mar 26, 3/26/04
Search
Home
›
SmugMug Customization
Rounded Corners for Carousel Block?
Darter02
Registered Users
Posts:
947
Major grins
January 5, 2015
edited January 5, 2015
in
SmugMug Customization
Is there a way to round the outer corners of the carousel block? I've tried this code, but no dice.
/*Round Corners Carousel*/ .sm-page-widget .sm-page-widget-carousel { border-radius: 10px; }
Test Page
0
Comments
Allen
Registered Users
Posts:
10,013
Major grins
January 5, 2015
edited January 5, 2015
Play with this. It's the background that takes the radius, the show is an object.
.sm-page-widget-carousel {
padding: 5px;
background: red;
border-radius: 20px !important;
}
Al - Just a volunteer here having fun
My Website index
|
My Blog
0
Darter02
Registered Users
Posts:
947
Major grins
January 5, 2015
edited January 5, 2015
Cool beans! Thanks!
0
Sign In
or
Register
to comment.
Comments
.sm-page-widget-carousel {
padding: 5px;
background: red;
border-radius: 20px !important;
}
My Website index | My Blog