Hi,
In my category template, I have two query blocks. One displays the first three posts in three columns, and the other displays the rest in four columns.
First query:

Second query:

Everything was working correctly until I needed to expand the categories and add subcategories to them. Now, regardless of whether I click on the category or the subcategory in the menu, every post in the category is displayed. I resolved this by setting the query to ‘inherit from URL’, but it caused another problem: items per page and offset parameters seem to be ignored
Is this expected or maybe I should do something in a different way?