- This topic has 6 replies, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Gravida Support › Slider size on Mobile
what coding would I use on theme to make slider smaller on mobile device. The slide descriptions do not show up.
Hi George,
Kindly show us your website URL.
Regards,
Dave
www.thebutclause.com
Hi George,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media (max-width: 767px) {
.theme-default .nivo-controlNav{display: none;}
.slider-main .nivo-caption{padding: 20px 0;}
.slider-main .nivo-caption .slidedesc{display: block !important; margin: 0; padding: 0;}
}
Regards,
Dave
Dave that fixes the size issue but now I have the description area overalapping the image is there a way to make that transparent?
Hi George,
Replace this code with previous code:
@media (max-width: 767px) {
.theme-default .nivo-controlNav{display: none;}
.slider-main .nivo-caption{padding: 20px 0;}
.slider-main .nivo-caption .slidedesc{background: transparent; display: block !important; margin: 0; padding: 0;}
}
Regards,
Dave
It looks like I have to change the slider images to make this work. Or maybe change the slider from Nivo to something else
Are you looking for the best ultimate WordPress themes? You’re on the right page! This post highlights the top ultimate WordPress themes for businesses, freelancers, […]
Are you looking best chemical industry WordPress themes and templates? Here’s a list of the best manufacturer WordPress themes for the chemical industry. These are […]
Are you looking for the best paintball WordPress themes? You’ve come to the right place! This post highlights the top paintball WordPress themes that are […]