Data not aligned properly when using the Element Type

Describe the problem.

I am trying to implement the example given in the tutorial on https://webscraper.io/. Where I have to select multiple elements on a single page. I have taken the same site as mentioned on https://webscraper.io/. The first video tutorial is working perfect but when I try to implement the third video, it gives me an issue when selecting Element type. Data preview gives the message data not extracted. Why is it so?
However, the issue suddenly got resolved and now the issue is the data is not properly aligned

I also took another website but again the same error message. Could you please help.

Url: https://www.webscraper.io/test-sites/e-commerce/allinone-popup-links

Sitemap:
{"_id":"mainpage","startUrl":["https://www.webscraper.io/test-sites/e-commerce/allinone-popup-links"],"selectors":[{"id":"product","type":"SelectorText","parentSelectors":["_root"],"selector":".col-md-9 div.row","multiple":true,"regex":"","delay":0},{"id":"name","type":"SelectorText","parentSelectors":["_root"],"selector":"div.col-sm-4:nth-of-type(1) a","multiple":true,"regex":"regex","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["_root"],"selector":"div.col-sm-4:nth-of-type(1) h4.pull-right","multiple":true,"regex":"","delay":0}]}

This one will work for the test site. I'm usng Type: Popup link and Page load delay: 5000

{"_id":"forum-web-scraper-io-popup","startUrl":["https://www.webscraper.io/test-sites/e-commerce/allinone-popup-links"],"selectors":[{"id":"Click product links","type":"SelectorPopupLink","parentSelectors":["_root"],"selector":"a.title","multiple":true,"delay":0},{"id":"Prod name","type":"SelectorText","parentSelectors":["Click product links"],"selector":"h4:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Price","type":"SelectorText","parentSelectors":["Click product links"],"selector":"h4:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"Desc","type":"SelectorText","parentSelectors":["Click product links"],"selector":"p.description","multiple":false,"regex":"","delay":0}]}