Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
I’ve been trying to get the slider text to render correctly on mobile and I haven’t yet found a solution. The text gets cut off. I tried adjusting the responsive settings without success.
Here is a screenshot:
https://photos.app.goo.gl/YKzM2x4ZiSGU7roAA
Site: http://www.sssinc.biz
Thanks,
Erik
Hello,
The site is not available. Contact your host first. See screenshot: https://ibb.co/gFWgqFB
Let us know when we can check it out again.
Best regards!
Hello,
I added this code into your Custom Css box:
@media (max-width:767px){
.cl_slider .cl-text{
font-size: 10px !important;
line-height: 18px !important;
}
.cl_custom_heading {
font-size: 18px !important;
line-height: 10px !important;
}
.swiper-slide .btn-layout-extra-large {
min-width: 200px;
}
}
Please check and let us know.
Best regards!
You must be logged in to reply to this topic.