Whenever I export a couple of articles from my production site to my development site, the imported one loses all its spacings (  elements). Has anyone ever encountered this?
I use WordPress Importer; also tried different export/import plugins and they have the same effect.
- also have trouble with the featured image not being exported for the said articles and it is not being shown.
To be more precise:
The export structure looks like this:
<span style="font-weight: 400;">block of text block of text block of text block of text block of text block of text block of text block of text block of text block of text block of text block of text block of text </span>
<span style="font-weight: 400;"> block of text block of text block of text block of text block of text block of text block of text block of text block of text </span>
After the import is complete, the structure looks like this:
<span style="font-weight: 400;"> block of text block of text block of text block of text block of text block of text block of text block of text block of text </span>
<span style="font-weight: 400;"> block of text block of text block of text block of text block of text block of text block of text block of text block of text </span>