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 *Login to see link 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.