Home › Forums › All Other Themes › skt slider with all themes
- This topic has 4 replies, 2 voices, and was last updated 4 years, 7 months ago by
Forum Moderator.
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
February 8, 2019 at 9:46 am #116600
Slider with all themes that I used are not mobile friendly or responsive .. there is no text or the text is to large …
https://ma-alenka.si/
February 11, 2019 at 6:57 pm #116806hellloooo can anybody help me? 🙂
February 12, 2019 at 6:05 am #116827Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .slider-main .nivo-caption { top:35% !important;} .slider-main .nivo-caption .title { font-size:16px !important;} .slider-main .nivo-caption .slidedesc { display:block !important; padding-top:10px !important;} }
Regards,
ChrisFebruary 12, 2019 at 6:13 am #116829thank you very musch .. tekst is now fine but picture is not responsive ?
February 12, 2019 at 7:05 am #116836Hi,
Remove
@media screen and (max-width:479px) { .slider-main .nivo-caption { top:35% !important;} .slider-main .nivo-caption .title { font-size:16px !important;} .slider-main .nivo-caption .slidedesc { display:block !important; padding-top:10px !important;} }
And add this new css there
@media screen and (max-width:479px) { .slider-main .nivo-caption { top:16% !important;} .slider-main .nivo-caption .title { font-size:16px !important;} .slider-main .nivo-caption .slidedesc { display:block !important; padding-top:10px !important;} .nivoSlider img { max-width: 240% !important; width: 240% !important; margin-left: -13%; margin-top: -24%;} }
Regards,
Chris -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.