Opened 3 years ago
Closed 3 years ago
#54329 closed enhancement (fixed)
100% width on Customizer Range Controls
Reported by: | domainsupport | Owned by: | hellofromTonya |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | has-patch commit |
Focuses: | css | Cc: |
Description
Hello,
Is it possible to add ...
.customize-control input[type="range"] { width: 100%; }
... into /wp-admin/load-styles.php so that range controls in the Customizer are as wide as possible allowing for smaller increments to be more easily obtained by the user?
Thank you,
Oliver
Attachments (1)
Change History (8)
#1
@
3 years ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 5.9
- Version 5.8.1 deleted
#2
@
3 years ago
Adding the range input to the middle of this selector list would set them to 100% width, without any margin.
#3
@
3 years ago
No problem @dlh, I've not done that before but think the attached file is correct. I've put it in the selector list that @sabernhardt referenced.
Note: See
TracTickets for help on using
tickets.
Welcome back @domainsupport, and thanks for the ticket!
This enhancement makes sense to me, and there's precedent for it with
<select>
controls in [40567]. Would you be interested in submitting a patch?We're a little close to the enhancements deadline for 5.9, but this might be a change that could sneak in so as to receive feedback during beta.