Home › Forums › Exoplanet Pro › Adust Width of Caption in Home Page Slider › Reply To: Adust Width of Caption in Home Page Slider
June 26, 2017 at 5:40 pm
#1661
Andy
Keymaster
Hi John
There is an extra line missing from the above, sorry about that.
It should be:
.slide-caption {
width: 650px;
margin-left: -325px;
}
where the margin-left value is negative half of the width value e.g.
.slide-caption {
width: 800px;
margin-left: -400px;
}