Missing spaces

Posted in: Newsmag
Post count: 7

Hello,

Something strange happened, some gaps disappear in some parts of the text

Example: http://uploads.ru/orUvV.jpg

Post count: 23312

Hello podlodki,

Please provide your website URL so I can inspect it closer your setup page. I need to know it so I will be able to provide a more accurate code.

Thanks.

Post count: 7

Hello Catalin,

https://goo.gl/ndi3Qm

Post count: 23312

Hello podlodki,

Notice that the theme has for each paragraph a margin-bottom value and that’s why you bring that space between paragraphs. If you want to remove all of these, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS box.

The code is ->

.td-post-content p{
margin-bottom:0!important;
}

If is not what you mean, please provide more details about what you want to do so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 7

No)

I maen there are no spaces between some words – this is the problem

Post count: 22421

Hello,

Please try to switch to a wp default theme and see if the spaces come from the theme or not. I can say for sure the theme does not add any spaces or remove spaces on your content. Plugins can do this though so it could be a plugin conflict. If on a WP default theme the spaces are ok, then please try to disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

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