-
-
Hello,
Can you please help me to make my slider responsive on mobile. You can check it out on http://www.bar.me.
Thanks
-
Hello,
The revolution slider does not have any issue with responsiveness. Do you have any third party plugin installed? It could be conflicting with plugins scripts. However, you can add these lines into your custom css box, to make the current slider responsive:
@media (max-width: 480px){ .rev_slider_wrapper { width: 320px !important; height: 116px !important;} .rev_slider { width: 320px !important; height: 116px !important;} ul.tp-revslider-mainul { width: 320px !important; height: 116px !important;} } @media (max-width: 767px){ .rev_slider_wrapper { width: 768px !important; height: 398px !important;} .rev_slider { width: 768px !important; height: 398px !important;} ul.tp-revslider-mainul { width: 768px !important; height: 398px !important;} }
Let us know.
Best regards!
-
-
Dear Mihaila,
Thank you for your quick response. Unfortunately, this piece of code didn’t solve the problem. This was the problem since the beginning with the fresh installation, too. Slider is opening but it gets cut.
Here is the result:
https://quirktools.com/screenfly/#u=http%3A//bar.me&w=375&h=667&a=37
-
Dear Mihaila,
I found a workaround.
If I put the first portion of code (for 320px) it works fine for vertical rotation. But when I put both the second portion of code too (for 768px), it won’t work at all neither for horizontal or vertical rotation (320px or 768px).
If you find better solution you can post it here, I would really appreciate it.
Best regards,
Miki
-
Hello,
Sorry for the late reply.
This is strange. Please edit themax-width: 767px
tomax-width: 979px
and try again. If the issue persists, send us your wp credentials in a private reply. So we can fix it for you.Best regards!
-
-
Hello,
The code may vary from installation to installation because of the setup of each installation and images used. At least send us your site’s url. So i can give a closer look to what needs to be modified in your own case.
Kindly let us know.Best regards!
-
You must be logged in to reply to this topic.