Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Mobile Slider

Home / Forums / Virtue Theme / Mobile Slider

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
July 1, 2015 at 4:30 am

Hi,

I’m using the revolution slider. I have two separate sliders, one for desktop view and one for mobile – enabled through theme options.

I hide the desktop slider with the following:


@media
screen and (max-width: 480px) {
.home_banner_wrapper {
visibility: hidden;
display: none !important;
}
}

I’ve set it to 480px, however to accurately remove the desktop slider at the right time I need to know what size screen the mobile slider is enabled?

Thank you

  • The forum ‘Virtue Theme’ is closed to new topics and replies.