Error: Sidebar Overlaps Full-Width Posts

Posted in: Newspaper
Post count: 24

How can I stop the sidebar from overlapping the content on blog posts? I’m using Visual Composer for the Blog Posts, and not TD Composer, but I use TD Composer to organize my Pages.

This is the only problem I’m running in to while having both plugins activated. If I make the post width 2/3+1/3 or 1/3+1/3+1/3, the post displays fine, but I’d rather not go through six years worth of content to change them all from full-width to 2/3+1/3.

Any advice (aside from telling me to choose TD Composer over Visual Composer) is appreciated. Thank you.

Post count: 20688

Currently there is no solution for that. If you used Visual composer on posts and the tagDiv composer is active there will be layout issues. It was never recommended to use Visual composer to create posts, and it is not recommended to have both composers active at the same time.

If you could provide a link to such a post where the issue is happening, maybe something could be done with CSS to stop the layout from breaking.

Post count: 24

Is there a way I could send you an admin login for the site to take a look? I have it in maintenance-mode so it’s not viewable to the public.

If so, what email address can I set the account up with?

Post count: 20688

You could try a code like this, to limit the rows from the post content to the default post content width. The content should not overlap the sidebar anymore

.single .tdc-row {
max-width: 696px;
}

But it would be difficult to fix all the situations that would be caused by the usage of the page builder on posts. The best solution in this case would be to keep using only Visual composer for the website.

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