- This topic has 5 replies, 3 voices, and was last updated 7 years, 2 months ago by Hash.
- AuthorPosts
- October 28, 2016 at 1:06 pm #931MinvooParticipant
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.
October 31, 2016 at 2:05 pm #940HashKeymasterHere is the CSS to disable it in the mobile device
@media screen and (max-width:767px){
.sq-slide-caption{display:none}
}November 2, 2016 at 8:03 pm #980MinvooParticipantThanks a lot. Is there any way to disable right/left sidebar in smartphone too?
Edit. Got it..November 3, 2016 at 12:03 am #989HashKeymasterAdd the CSS below
@media screen and (max-width:767px){
#secondary{display:none}
}November 3, 2016 at 1:19 am #996krasParticipantHello,
what can I do if I want fully disable Slide Caption function?
Thanks!
November 3, 2016 at 8:29 pm #1008HashKeymasterAdd the below CSS to fully disable the caption in all screen devices
.sq-slide-caption{display:none}
- AuthorPosts
- You must be logged in to reply to this topic.