Skip to content

Instantly share code, notes, and snippets.

View meetawahab's full-sized avatar
🎯
Focusing

Abdul Wahab meetawahab

🎯
Focusing
View GitHub Profile
@meetawahab
meetawahab / pe-customize-controls.css
Created February 21, 2017 05:38 — forked from OriginalEXE/pe-customize-controls.css
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%);
}