kollapsminoriteten/wp-content/themes/blocksy/inc/integrations/stackable.php

8 lines
139 B
PHP
Raw Permalink Normal View History

2025-08-27 08:44:30 +02:00
<?php
add_filter('stackable_responsive_breakpoints', function ($breakpoints) {
return [
'tablet' => '1000',
'mobile' => '690'
];
});