If you use a theme with Slippry Slider (currently it’s added into our tGreen and tVegan themes), you have probably noticed that Slide content is displayed at bottom position of the Slider.
In some case, you may want to display that content above or even at the top of the slider. Here is a guide how to change the content position:
- Login to your WordPress Admin Panel
- Navigate to Left Menu -> Appearance -> Customize
- Open ‘Additional CSS’ section
- Insert the following code there:
@media screen and (min-width: 600px) {
.sy-caption-wrap {
bottom: 400px;
}
}Note: you can change the above value (marked in bold) to any other value i.e. ‘300px’ or ‘200px’ depending on preferred slide content position - Save changes