Skip to content

Instantly share code, notes, and snippets.

@OriginalEXE
OriginalEXE / pe-customize-controls.css
Last active July 9, 2025 11:22
Extending WordPress Customizer Panels and Sections to allow nesting
.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent,
#customize-theme-controls .customize-pane-child.current-section-parent {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}