space between paragraphs

Posted in: Newspaper
Post count: 18

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

Post count: 20688

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

Post count: 18

Yes,

Thank you very much I appreciate your help.

One more thing, where should i put this CSS code?

Post count: 1341

Enter it in Theme panel -> Custom code -> Custom CSS.

Post count: 18

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/

admin section

output

Please help

Post count: 18
Post count: 20688

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

Post count: 18

Thanks,

Short for the previous question

MCGO paragraphs photo

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

Post count: 20688

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

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