Use span_1_of_1 until span_1_of_8. You can combine it like this. It might require enym plugin,…
Total Theme: Local Scroll offset
add_filter( 'wpex_localize_array', function( array $array ) {
$array['localScrollExtraOffset'] = '40';
return $array;
} );
Dieser Beitrag hat 0 Kommentare