Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. add_action( 'elementor/editor/after_enqueue_styles', function() {
  2. echo '<style type="text/css">
  3.  
  4. .elementor-panel .panel-elements-category-items {
  5. display: flex;
  6. flex-wrap: wrap;
  7. justify-content: flex-start;
  8. }
  9.  
  10. .elementor-panel .elementor-element-wrapper {
  11. flex: 1 1 80px;
  12. }
  13.  
  14. </style>';
  15. } );
Add Comment
Please, Sign In to add comment