- This topic has 4 replies, 2 voices, and was last updated 6 years, 2 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › skt slider with all themes
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/
hellloooo can anybody help me? 🙂
Hi,
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,
Chris
thank you very musch .. tekst is now fine but picture is not responsive ?
Hi,
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
Magento to WordPress Migration The migration process is indeed helpful for your dream business as your e-commerce business needs this buckle up to grow and […]
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]