Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #991716

    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?

    #991746

    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

    #992013

    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

    #992017

    sorry, disregard. That seemed to work. Had to wait a while and clear the cache. Thanks!!

    #992055

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘fullwidth easy slider caption position on mobile’ is closed to new replies.