Wierd layout issue on single posts

Posted in: Newspaper
Post count: 3

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

Post count: 35449

Hi,
This situation is usually caused by a HTML tag that was not closed; it was open and it was not closed, so you need to check where there is any HTML code that has been added and is not completed.
Thank you!

Post count: 3

Hi Calin,

Thanks for the info.. Where do you think I should check for the HTML tag closing??

Thanks.

Post count: 3

No worries. I think I found the issue.

Thanks!!

Post count: 35449

I’m glad that you managed to resolve it!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.