Okay, i’ll try. So if i display 4 column of content block in 1 row using customizer, then i use
if ($shortcode_args[‘shortcode_instance’] === ‘instance-1’) {
$query_args[‘offset’] = 5;
Does that mean for this instance-1, it will display starting from 5th content?