Hi again!
So, this issue got resolved with that code eventually. Sorry for not writing that here. Thank you!
Now, I’ve reduced the blank spacing all over my site (better for mobile view) and this problem returned on mobile units. Crap! I’ve tried about 15 different negative pixel values for that bottom-code, but none makes my rev slider nav buttons show. Is there a way you could come with at value-suggestion, Kyle?
This is the current code for this, placed last in my custom CSS list:
}
@media only screen and (max-width: 768px) {
.tp-bullets.tp-thumbs {
display: block!important;
bottom: -100px!important;
}
<3
A