Hi,
Where can I change space between paragraphs or bulletins section of the text and the rest of text.
I need to remove margins.
Thanks
Hi,
I assume you are referring to the space between paragraphs in the post content
– https://www.screencast.com/t/0AsEmYHkU
That could be changed with a code like this for example
.td-post-content p {
margin-bottom: 10px;
}
If this is not what you are asking, please provide more details for a better understanding. Some screenshots or a link to your website where you would like to make the changes would be useful as well.
Thanks
Yes,
Thank you very much I appreciate your help.
One more thing, where should i put this CSS code?
Hi,
I’ve made changes to Custom CSS, and after that I remove all changes in Custom CSS and now is blank.
But now I have another problems.
All paragraphs and new lines, are continuous without new line.
Please check my attachments, and link http://www.mcgo.org.mk/temp-2/
Please help
I found that this happens after installing plugin
Can you help me why this reflect to this theme?
Hi,
Maybe the plugin is removing the paragraphs, but I could not say why it is doing that. Use the browser inspector and see if that is the case. The post or page content by default has paragraphs, like this
– https://www.screencast.com/t/HQXq8807vVJa
Maybe the plugin is removing these, causing the text to be displayed continuously.
Thanks
Thanks,
Short for the previous question
Now our website put paragraph between every section automatically.
We need to control spaces, without paragraphs and only with enter command, same as MS Word if it possible. We do not need automatic paragraphs and margin with paragraphs.
Please help,
Vladimir
Hi,
There will be a margin after each paragraph, that is the intended behaviour even on a WordPress default theme. There is no way to control this padding for each paragraph. It could only be modified for all the paragraphs at once, with a code like the one provided above for example.
Thanks