When there are multiple selectors under an Element, the selectors don't appear in the same row

As shown in the screenshot.

I also checked the tutorial, and it seems that the tutorial uses a selector type called "Element" as the parent selector. But in my case, I don't see an "Element" option—only "Element (Scroll)."
Did I choose the wrong one? Or is there a better solution?

Here is my sitemap:
{"_id":"GTTD","startUrl":["Google Maps name","parentSelectors":["_root"],"type":"SelectorText","selector":"h1.DUwDvf","multiple":false,"regex":""},{"id":"Click ticket","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"#QA0Szd > div > div > div.w6VYqd > div.bJzME.tTVLSc > div > div.e07Vkf.kA9KIf > div > div > div:nth-child(3) > div > div > button:nth-child(2) > div.LRkQ2 > div.G4Y5Vc.OyjIsf","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":500,"discardInitialElements":"do-not-discard","multiple":true,"selector":"#QA0Szd > div > div > div.w6VYqd > div.bJzME.tTVLSc > div > div.e07Vkf.kA9KIf > div > div > div:nth-child(3) > div > div > button:nth-child(2) > div.LRkQ2 > div.G4Y5Vc.OyjIsf"},{"id":"Attraction Ticket","parentSelectors":["_root"],"type":"SelectorElement","selector":"div.NKJo9","multiple":true,"scroll":true,"elementLimit":0},{"id":"Att url","parentSelectors":["Attraction Ticket"],"type":"SelectorLink","selector":"a.Sv1XLe","multiple":true,"linkType":"linkFromHref"},{"id":"OTA Name","parentSelectors":["Attraction Ticket"],"type":"SelectorText","selector":"span.tQLcee","multiple":true,"regex":""},{"id":"Price","parentSelectors":["Attraction Ticket"],"type":"SelectorText","selector":"div.drwWxc","multiple":true,"regex":""},{"id":"Attritube","parentSelectors":["Attraction Ticket"],"type":"SelectorText","selector":"div.KOuIif","multiple":true,"regex":""},{"id":"More Options","parentSelectors":["Attraction Ticket"],"type":"SelectorText","selector":"button.b3W2qe","multiple":true,"regex":""},{"id":"Click TNA","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"#QA0Szd > div > div > div.w6VYqd > div.bJzME.tTVLSc > div > div.e07Vkf.kA9KIf > div > div > div:nth-child(2) > div > div > button:nth-child(2) > div.LRkQ2 > div.Gpq6kf.NlVald","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":500,"discardInitialElements":"do-not-discard","multiple":true,"selector":"#QA0Szd > div > div > div.w6VYqd > div.bJzME.tTVLSc > div > div.e07Vkf.kA9KIf > div > div > div:nth-child(2) > div > div > button:nth-child(2) > div.LRkQ2 > div.Gpq6kf.NlVald"},{"id":"TNA Option","parentSelectors":["_root"],"type":"SelectorElement","selector":"a.RIqCef","multiple":true,"scroll":true,"elementLimit":0},{"id":"TNA URL","parentSelectors":["TNA Option"],"type":"SelectorLink","selector":"a.RIqCef","multiple":true,"linkType":"linkFromHref"},{"id":"OTA NAME","parentSelectors":["TNA Option"],"type":"SelectorText","selector":"div.dBbzVb","multiple":true,"regex":""},{"id":"PriceTNA","parentSelectors":["TNA Option"],"type":"SelectorText","selector":"div.NFP9ae","multiple":true,"regex":""},{"id":"AID TITLE","parentSelectors":["TNA Option"],"type":"SelectorText","selector":"div.tzM4nd","multiple":true,"regex":""},{"id":"Raiting","parentSelectors":["TNA Option"],"type":"SelectorText","selector":"span.MW4etd","multiple":true,"regex":""},{"id":"Review count","parentSelectors":["TNA Option"],"type":"SelectorText","selector":"span.UY7F9","multiple":true,"regex":""}]}

Yes, you would need to group your scrapers under one element. There have been some changes to the UI so now the "Element" type can be set just by choosing "Element (Scroll)" and unchecking "Scroll".
image

But that's not your only issue. Just glancing at your sitemap I can predict your scrapers will fail soon, if they have not already. Most of the selectors have random chars in them and these could change at anytime, which causes the scrapers to fail. So you would need to use better selectors.