Hi,
Is it possible to modify the slider text location and maybe alter the way it is displayed?
Instead of it being displayed in 2 rows… Can it be positioned to a side (left, right, center)… etc…
Hi,
You can easily change the text alignment to left or right by adding this custom CSS code:
.slides li .slide-header,
.slides li .slide_button {
text-align: center;
}
.slides li .slide-excerpt {
max-width: 100%;
}
As for the 2 rows thing, can you show us a screenshot so we can understand to what you’re referring?
Hi.
Thank you.
I was thinking more like this: https://revolution.themepunch.com/tech-showcase-slider-template/
I understand that’s a different slider altogether but it would be nice to have more options.