Hi,
Link 1- https://indiaeducationdiary.in/monthly-production-and-dispatch-from-captive-and-commercial-mines-in-august-2025/
Link 2 – https://indiaeducationdiary.in/prime-minister-narendra-modi-inaugurates-semicon-india-2025-in-new-delhi/
Please check the above links. Link 1 appears perfectly as designed. But link 2 breaks(sidebar comes down). I checked source of the link 2.
The structure should be like
td-pb-row
├── td-pb-span8
└── td-pb-span4
<div class="td-pb-row">
<div class="td-pb-span8">
<!-- Content for span8 -->
</div>
<div class="td-pb-span4">
<!-- Content for span4 -->
</div>
</div>
But the structure shows like below
td-pb-row
└── td-pb-span8
└── td-pb-span4
<div class="td-pb-row">
<div class="td-pb-span8">
<!-- Content for span8 -->
<div class="td-pb-span4">
<!-- Content for span4 -->
</div>
</div>
</div>
The td-pb-span4 is showing inside the td-pb-span8 which is breaking the layout. This is not happening to the above stories only, it’s happening with many articles. Please check and let me know how to sort this out. Worked with newspaper more than in 50+ sites till now and nowhere seen this kind of issue.
Tried:
1. Cache cleared (both CF, WPSupercache) – not working
2. Browser cache cleared – not working
3. Post content checked with tinymce code mode for any css code injection – not working
4. Created a new single post template and assigned – not working
Hi Calin,
Thanks for the info.. Where do you think I should check for the HTML tag closing??
Thanks.