Advertisement
GochiSiyan

header builder patch

Feb 20th, 2022
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. add_action('customize_controls_print_styles',function () {
  2. ?>
  3. <style>
  4. .ahfb-header-builder-is-active #customize-theme-controls #sub-accordion-section-section-header-builder {
  5. min-height: unset !important;
  6. }
  7. </style>
  8. <?php
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement