• Hello,

    for me the feature “Elementor UI Hack Widget Panel” of Granular Controls is not working, its only work when I manually set the hack snippet like this:

    add_action( 'elementor/editor/after_enqueue_styles', function() {
       echo '<style type="text/css">
    
     .elementor-panel .elementor-panel-category-items {
      display: flex !important;
      flex-wrap: wrap;
      justify-content: flex-start;
      }
    
     .elementor-panel .elementor-element-wrapper {
      flex: 1 1 80px;
     }
    
      </style>';
    } );

    Does it work for you guys?

    Thanks in advanced

Viewing 2 replies - 1 through 2 (of 2 total)
  • Doesn’t work for me either. It stopped working a while ago. I also can’t get it’s parallax script to work. I think that most of the scripts aren’t working in fact.

    That fix worked great. Now if the Elementor folks could just build this into Elementor…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Elementor UI Hack Widget Panel not working’ is closed to new replies.