Hello,
Something strange happened, some gaps disappear in some parts of the text
Example: http://uploads.ru/orUvV.jpg
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!
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!