Home Forums Square Disabling Slide Caption

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #931
    Minvoo
    Participant

    Hey. I think that’s the last question.

    I’ve moved sq-slide caption to the bottom left of slider.
    It looks like this now:
    It looks really great for me, but only on PC.
    If you open the site on smartphone the text of slider caption is cutted.

    Is there any way to disable slide caption only for mobiles or any way how to fix this? If no I will just disable it for any device.

    #940
    Hash
    Keymaster

    Here is the CSS to disable it in the mobile device

    @media screen and (max-width:767px){
    .sq-slide-caption{display:none}
    }

    #980
    Minvoo
    Participant

    Thanks a lot. Is there any way to disable right/left sidebar in smartphone too?
    Edit. Got it..

    #989
    Hash
    Keymaster

    Add the CSS below

    @media screen and (max-width:767px){
    #secondary{display:none}
    }

    #996
    kras
    Participant

    Hello,

    what can I do if I want fully disable Slide Caption function?

    Thanks!

    #1008
    Hash
    Keymaster

    Add the below CSS to fully disable the caption in all screen devices

    .sq-slide-caption{display:none}

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.