Hi
I would like to customize a specific toggle slider. I managed to make the example larger, but now the toggle moves only a little and not across the entire switch.
( I set width to 160 in the .switch class)
example:
<!DOCTYPE html>
<html>
<head>
<style>
.switch {
position: relative;
display: inline-block;
width: 160px;
height: 34px;
}
.switch input {display:none;}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;