Reply To: Clean Biz Pro problem – buttons on mobile not functioning

#11582
eVision Themes
Keymaster

Thanks for your notice.
In order to resolve this issues, please put this code in the Additional CSS.
Follow these steps:
Go to Dashboard > Appearance> Customize> Additional CSS and paste this CSS:

.wrapper-slider .controls {
   height: 0;
}
.wrapper-slider .controls #slide-prev, .wrapper-slider .controls #slide-next {
   margin-top: -44px;
}

Hope this helps your problem.

Thanks