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

Slider Revolution

Home / Forums / Virtue Theme / Slider Revolution

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
September 23, 2020 at 3:25 pm

I have a problem with displaying the slider
1. There are two candy bar from Slider Revolution for desktop and mobile.
2. I used to put CSS code to delete the sidebar and comments in mobile


@media
(max-width: 767px) {
aside#ktsidebar {
width: 100%;
}
/* .main.col-lg-9.col-md-8 {
width: 100%
} */
#respond-container {
display: none;
}
#comments {
display: none;
}
}`

4. Now this is not necessary
5. But if I leave it, I see the desktop version of the slider on all devices.
6. if I delete it, I see the mobile version on all devices

Help me find a solution to the problem

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