Text with Title Element bug when used in a Post?

Posted in: Newspaper
Post count: 1

I was experimenting with using the Visual Composer elements in a post last night and noted that the Text with Title element seemed to have a bug where the paragraph spacing between the first and second paragraph is different to that between any additional paragraphs.

I’ve attached an image here to better explain the issue: http://imgur.com/GEGOj7E

Note that ‘shift+enter’ has not been used here and that the spacing between the first two paragraphs should be the same as that of the second and third.

I’ve checked this on a Page and it works perfectly but for some reason it doesn’t work with Posts. I’m guessing it may be a CSS thing or perhaps it’s a VC issue? Can you advise?

Regards,
CD

Post count: 6535

Hi

The theme wasn’t designed to use Visual Composer on post content so it’s possible to appear some issue with the layout in that situation. Try this css in theme panel > custom code > custom css and if the problem persit please provide a link so we can inspect it closer:

.wpb_text_column p{
margin-bottom: 26px;
}

Thanks!

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