Clean Biz Pro problem – buttons on mobile not functioning

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11581
    rwallacej
    Participant

    it appears buttons on slider on mobile theme don’t work. see http://www.ingenpi.com

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.