- This topic has 6 replies, 2 voices, and was last updated 8 years 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
Webflow to WordPress WordPress has been in-demand content management for quite a few years now. It works like a saviour for millions of websites and […]
Are you looking for the best easiest WordPress themes and templates? If yes, you have landed on the right page. This post talks about the […]
Metro WooCommerce WordPress Themes Metro WooCommerce WordPress Themes deliver metro style uber look and feel. These metro WooCommerce WordPress themes reflect the most current design […]