It seems this problem with custom CSS rule which is defined in "CSS Styles" parameter in module settings:
Code: |
#ais_4db25dd1714ce_wrapper .nivo-caption
{
width: 280px;
background:none;
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-style:italic;
position:relative;
padding-left: 380px;
padding-top: 40px;
*font-family:sans-serif;
*font-style:normal;
*font-size:14px;
*font-weight:normal;
*color:#333333;
}
|
use the next CSS rule instead of previous:
Code: |
#ais_4db25dd1714ce_wrapper .nivo-caption
{
width: 280px;
background:none;
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-style:italic;
position:relative;
padding-left: 380px;
padding-top: 40px;
}
|
Regards,
ARI Soft