Hi,
Please following the below instruction.
File location of css
http://lashes.itics.net/modules/mod_sp_smart_slider/tmpl/glamour/css/glamour.slider.css
1. Find out the below css code
.sp-glamour-layout h2.sp-posttitle,
.sp-glamour-layout .sp-slider-content .sp-introtext{
font-size: 48px;
line-height: 60px;
color: #fff;
padding: 0 100px;
}
And replace with this code
.sp-glamour-layout h2.sp-posttitle,
.sp-glamour-layout .sp-slider-content .sp-introtext{
font-size: 48px;
line-height: 60px;
color: #fff;
padding: 0px;
width: 100%;
}
-Thanks