Viewing 1 replies (of 1 total)
  • For this you need little CSS tweak in WP-contact-slider > css > style.css on line 33;

    a#wpcs_handle {
        top: 25% !important;
        width: 170px !important;
        overflow: hidden;
     }

    Here change the percentage value of ‘top’ to some thing like 75% as following;

    a#wpcs_handle {
        top: 75% !important;
        width: 170px !important;
        overflow: hidden;
     }

    And you are done!

Viewing 1 replies (of 1 total)
  • The topic ‘placement’ is closed to new replies.