FabioG
FabioG

Reputation: 2986

bootstrap switch without text-label

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.

what i want to remove

I would apreciate a lot if anyone knows how to achive this and shares it whith me.

Upvotes: 0

Views: 1203

Answers (1)

Andy
Andy

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 spans with width:50%.

Upvotes: 1

Related Questions