Reputation: 2986
I wanted to use bootstrap switch without having the white space (data-text-label
) between both data-on-label
and data-off-label
options. And I could probably sort this out but I must move on to other stuff due to dead-lines for the project i'm working on.
I would apreciate a lot if anyone knows how to achive this and shares it whith me.
Upvotes: 0
Views: 1203
Reputation: 50630
I am pulling the answer out of your question and putting it here to help future visitors.
This can be accomplished with a few changes to the switch CSS
label
width:0
the main child div
width:200%
and the options span
s with width:50%
.
Upvotes: 1