Declined
Last Updated: 14 Sep 2021 09:59 by ADMIN
ADMIN
Slav
Created on: 09 Dec 2013 17:26
Category: Rotator
Type: Bug Report
1
Missing control buttons of RadRotator when configured in Sitefinity skin
When the RadRotator is set with the Sitefinity built-in skin and it is configured in a mode with buttons, the buttons are not displayed.
You can workaround the problem by adding the following CSS code on the page with the rotator:

<style type="text/css">
    div.RadRotator_Sitefinity .rrButton.rrButtonRight {
        right: 0;
    }
 
    div.RadRotator_Sitefinity .rrButton.rrButtonLeft {
        left: 0;
    }
</style>
0 comments