Issues with border radius – previous support fix didn't work for me
-
I’ve placed the slider in a widget text box using the shortcode. All my widget areas are set to have a 1px border with a border radius of 10px.
Firefox responds to the css just fine but Google Chrome, Safari and Opera ignore this styling (I’m going to assume IE has a problem too).
In a previous thread you instructed someone to add the following css to the theme’s stylesheet:
.soliloquy-item-image { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
This made no difference to me.
I then found the id of the container (id=”soliloquy-container-351″) and added the border radius to this rather than my widget text area. This fixed Google Chrome and Opera but not Safari (can’t vouch for IE).
Hopefully you can suggest a solution that will allow the border radius styling in all browsers.
Unfortunately I’m working on a testing server so I can’t add a link to the site.
I’d also like to add that I think this is a beautiful plugin. Clean, lightweight and well executed. Great job. ??
- The topic ‘Issues with border radius – previous support fix didn't work for me’ is closed to new replies.