| @@ -64,9 +64,10 @@ | ||
| 64 | 64 | $css_generator->add_class_styles( |
| 65 | 65 | '{{WRAPPER}}', |
| 66 | 66 | $this->getListNotFoundCSS($attributes), |
| 67 | 67 | $this->getListNotFoundCSS($attributes, 'Tablet'), |
| 68 | - $this->getListNotFoundCSS($attributes, 'Mobile') | |
| 68 | + $this->getListNotFoundCSS($attributes, 'Mobile'), | |
| 69 | + $css_generator->custom_device_map( function ( $device ) use ( $attributes ) { return $this->getListNotFoundCSS($attributes, $device); } ) | |
| 69 | 70 | ); |
| 70 | 71 | |
| 71 | 72 | return $css_generator->generate_css(); |
| 72 | 73 | } |