windwhippedfarm 0 Report post Posted March 22, 2011 Hi, Is it possible to round the edges of a feature slider with platformpro? I tried this but no luck so far: .home #feature_slider { -moz-border-radius: 15px; border-radius: 15px; } This is the website I am working on: http://windwhippedfarm.com/ Thank you for your help, Virginie Share this post Link to post Share on other sites
Kate 3 Report post Posted March 22, 2011 Hi Virginie, In theory it's possible, yes. But, what you'll most like have to do is add padding (top/bottom) to that element equal to what the radius is. Share this post Link to post Share on other sites
windwhippedfarm 0 Report post Posted March 24, 2011 Hi Kate, Thanks for your help. I tried adding the following but it does not seem to make a difference: .home #feature_slider { top-padding: 15px; bottom-padding:15px; } Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 24, 2011 If you add the rounded corners to these selectors: `#feature-area, .feature-wrap, #feature_slider .fmedia, #feature_slider .fcontent, #feature_slider .text-bottom .fmedia .dcol-pad, #feature_slider .text-bottom .feature-pad, #feature_slider .text-none .fmedia .dcol-pad` you'll see that it does work, but only partially because the features corners are hiding off the page. Share this post Link to post Share on other sites
windwhippedfarm 0 Report post Posted March 26, 2011 Thks for your help. I'll keep it simple and will go for regular edges on the feature. Virginie Share this post Link to post Share on other sites