-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Changing Widths #341
Comments
@jonpond provide me an example of broken switch and i'll do what i can. |
Okay, I e-mailed you an example of the switch before it breaks, as outlined above. Additionally, I attached an image that shows what I'm trying to do. Here are the following things I need to do...change the width of the label (bootstrap-switch-label) to 31px wide. Also, I need the data-on and data-off text be able to grow in length (for translation purposes) without breaking or ruining the visual integrity of the switch. Lastly, the overall width of the switch needs to be 150px. |
@jonpond i haven't received any email. can you please attach me a jsbin or jsfiddle instead? |
Thanks for your response @LostCrew. |
Hi @LostCrew, any progress on this? |
+1 |
1 similar comment
+1 |
@jonpond received, thanks. |
+1 |
done, it is now in |
Great news, thank you! When do you expect to release 3.2.0? |
@jonpond 30 minutes ago. 🎱 |
I would like to change the widths of each span and label to allow for more text, while having the ability to change the overall width of bootstrap-switch.
First, I start by changing the width of the spans to auto (line 141 of bootstrap-switch.css). Everything functions correctly at this point. However, I still need to make more changes to get the desired look that I need. When I change the label width (line 185 of bootstrap-switch.css), the behavior to drag the bootstrap-switch-label breaks. In addition, I would like to change the overall width of the bootstrap-switch.
Do you have any recommendations how I can achieve width adjustments without breaking the switch?
The text was updated successfully, but these errors were encountered: