Home › Forums › All Other Themes › Slider issues
- This topic has 5 replies, 2 voices, and was last updated 4 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 7, 2020 at 10:25 am #148830
I have tried different themes and none of them look good on mobile devices. The slider area is so small.
I have tried almost all the themes to see if it works. Is there any css code to overcome this issue. I have tried other themes from some other companies and works fine on mobile devices.
Please do help me solve this as I am a big fan of your themes and continue using your themes for couple of years now. I really don’t want to move into any other themes.
I hope someone can send me a css that solves the home page slider issues on mobile devices.
I want to see my themes big (full screen on the mobile devices).
Please see the attachments
Here are some examples of what I am talking about.
https://imgur.com/ICom3aZ
https://imgur.com/Gq7zQS9
https://imgur.com/od9G3uz
https://imgur.com/Cgo4p6q
https://imgur.com/Yzgx39W
https://imgur.com/X0oLfeiHere is a DIVI theme template which has a full screen slider
https://imgur.com/0WaSSvBPlease help me make something like this as most of my clients used SKT themes trying to move away and I really like your themes except slider.
April 8, 2020 at 10:18 am #148953Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.nivoSlider img { max-width: 160% !important; width: 160% !important; margin-left: -60%; }
Regards,
DaveApril 8, 2020 at 11:24 am #148962Thanks Dave,
It screw up the desktop version and in all other versions. Slide changed dramatically and not flowing well!
April 8, 2020 at 12:17 pm #148967Hi,
Remove
.nivoSlider img { max-width: 160% !important; width: 160% !important; margin-left: -60%; }
Add this CSS there
@media screen and (max-width:767px) { .nivoSlider img { max-width: 160% !important; width: 160% !important; margin-left: -60%; } }
Regards,
DaveApril 9, 2020 at 6:27 am #149013Thanks Dave. I really appreciate your help.
April 9, 2020 at 6:43 am #149015🙂
-
AuthorPosts
- You must be logged in to reply to this topic.