Text editor line spacing

Posted in: Newspaper
Post count: 22

Hi,

Is there a way to adjust line spacing? The default space is very big for meç
I want to change the space size when I click Enter.

normally it seems like this when I click Enter

“Example Title

Extra Info”

I want it to seem so

“Example Title
Extra Info.”

Thanks.

Post count: 23312

Hello cpndgn,

Try the code below ->

.td-post-content p, .mce-content-body p, .comment-content p{
margin-bottom: 0;
}

Thanks.

Post count: 22

I pasted it into the Custom CSS, but it is still the same.

Post count: 23312

Hello cpndgn,

Try to give the !important tag to your code to give more priority.

.td-post-content p, .mce-content-body p, .comment-content p{
margin-bottom: 0!important;
}

Thanks for the message!

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