Footer Misalignment on Category & Post Pages (Not Homepage)

Posted in: Newspaper
Post count: 2

👋 Hello tagDiv team & community,
I’m currently building my personal digital magazine site using Newspaper Theme 12 and I’ve run into a strange layout issue that I can’t seem to resolve on my own. I’d really appreciate any help or insight you can offer!

🔍 The Issue:
The footer and content on post pages appears misaligned to the left side — but only on:

Category pages

Single post pages

It renders perfectly fine and centered on:

The homepage

Custom static pages (like “Privacy Policy” “Join Syaz+,” etc.)

🧪 What I’ve Tried:
Zeroed out margin/padding via tagDiv Composer

Checked all footer row/column settings (full width, centered content, etc.)

Applied custom CSS (example below), but this affects global layout and causes issues elsewhere

Inspected with dev tools — the td-container inside .td-footer-wrapper seems to shift left on posts/categories

You may view the issues when visiting my site on an actual mobile phone, weird thing is: the issues doesn’t show up on the tagDiv Composer’s mobile view.

🌐 My Website:
https://syaz.co

⚙️ Theme Version & Setup:
Theme: Newspaper 12

Composer: tagDiv Composer

Footer: Custom Footer Template from tagDiv Cloud Library

No caching/minification plugins running while debugging

💡 Desired Outcome:
I’d like the footer to remain centered consistently across all page types, including:

Category archives

Single blog posts

🛠️ Optional CSS I tried (not reliable):
body.category .td-footer-wrapper .td-container,
body.single-post .td-footer-wrapper .td-container {
margin-left: auto;
margin-right: auto;
text-align: center;
}

🙏 Any help is appreciated!
I’m hoping someone might’ve encountered this before — or if tagDiv devs could shed some light on what might be causing this layout behavior across different templates.

Thanks in advance,
Syazwan Razali

Post count: 35449

Hi,
I checked the website and the only difference I see is related to the padding on columns – https://i.imgur.com/7AgCmwD.pnghttps://i.imgur.com/IYW4RI3.png if is the same footer then the problem can be caused by an extra plugin and usually this plugin is WP Bakery, please check it and if the plugin is enabled, please disable it and the problem should be resolved.
Thank you!

Post count: 2

Hi Calin,

Wow, did not know that it would just be that simple to fix. I’ve been scratching my head because of this issue for the past day trying to figure out why it was it doing that.

Disabled WP Bakery plugin and now it fixed the issue!

Thank you so much.

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