Scroll
There is an issue with tags when displaying the view, and difficulties with styles.
Forums
In the same view, three types of "page" have been created with the string type - "fields". In the first two types, these fields are displayed using <div> tags, but in the third type, for some reason, they are displayed using <span> tags. The fields are absolutely identical (title, image, etc., and their placement is also consistent). As a result, I wrote styles for the <div> tag classes and everything works fine with them, but the <span> tags have exactly the same styles and behave differently.
Question: how can I make the view output the fields using <div> tags?