Plugin Author
averta
(@averta)
Hi,
Please follow the instructions below:
1. Navigate to Slider Settings-> Appearance-> Slider custom class name and style and set a custom class name like “my-custom-class” in Class name field.
2. Use the following style in slider custom styles right under the Class name filed:
.my-custom-class .ms-skin-default .ms-nav-next, .my-custom-class .ms-skin-default .ms-nav-prev{
top: 100px;
}
3. Replace my-custom-class by your own class name that set in first step.
4. Replace value for top property by the following formula:
slider height + slide info margin + 25
So if you set slider height to 480px in slider settings and have a 20px margin for slide info, you should set value for top to 525px;
Let us know if you have any further questions.
Regards
Averta