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

Cyclone Slider (Mobile) numbers on top of widgets

Home / Forums / Virtue Theme / Cyclone Slider (Mobile) numbers on top of widgets

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
March 31, 2016 at 4:51 pm

Hey, guys! Thanks for the superb support. You’ve helped me with a couple of tricky little requests, and I now have one more… BTW, I just did a 5* review on wordpress.org, praising your support.

One of the things I did a couple of days ago was try to get rid of white space between the slider and the footer on the home page. I followed advice I found in a couple of postings here, and added this code to my Advanced Settings:

/*Code to eliminate white break between slider and footer*/

.ktslider_home_hidetop {
padding-bottom: 0;
}

.home .contentclass, .home .sliderclass {
padding:0;
margin:0;
}

On a computer, it works perfectly and looks great.

However, I use the Cyclone slider as the Mobile slider, and have specified the numbers along the bottom as a cue to users to wait for the slider to cycle along. You can see this at if you view it on a phone.

Now that the extra white space is gone, the numbers now show up overlaid on TOP of the footer. It looks a little nasty. Is there a way to add padding for phones only? I wouldn’t want to add white space back for a computer user.

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