How can I get the fullwidth easy slider caption position on mobile to be on the right side. I have it set to right, but on mobile, it switches to left for some reason. Not good that it does this but can you give me a CSS code to fix?
Hey bemodesign,
Add this to quick css:
@media only screen and (max-width: 767px) {
.slideshow_align_caption{
float:right!important;
margin-top:-42px
}}
Best regards,
Jordan Shannon
The text is still on the left side on mobile. And is there a way to raise the text up so that the button is visible? thanks
sorry, disregard. That seemed to work. Had to wait a while and clear the cache. Thanks!!
Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon