Opened 18 months ago
Last modified 14 months ago
#61756 new enhancement
Customizing Panel Size
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | 6.6.1 |
| Component: | Customize | Keywords: | has-patch |
| Focuses: | ui, css | Cc: |
Description
The Appearance - Customize - Additional CSS panel is really difficult to use because it is just too narrow to be useful (see
)
There is a simple fix for this if you add a few lines of CSS to the WordPress admin:
#customize-controls {
overflow: hidden;
resize: horizontal;
max-width: 50%;
}
This will allow the Side Bar to be expanded to 50% which is sufficient in most cases and makes the panel usable for adding a bit more complicated CSS. I believe it would be trivial to implement this and it would be a very helpful feature for everybody.
See
)
Thank you for considering this.
Marcello
Change History (2)
This ticket was mentioned in PR #7994 on WordPress/wordpress-develop by @prasadkarmalkar.
14 months ago
#2
- Keywords has-patch added; needs-patch removed
Note: See
TracTickets for help on using
tickets.
Added style to #customize-controls for customizer sidebar to get resize till 50%
Trac ticket:
https://core.trac.wordpress.org/ticket/61756