View Single Post
Old 01-19-2025, 11:17 AM   #1
ryder
Member
ryder began at the beginning.
 
Posts: 23
Karma: 10
Join Date: May 2024
Device: Clara 2E
CSS command instead of remove spacing between paragraphs

Hi everybody, is this code correct to use instead of the "remove spacing between paragraphs" in calibre or would there be some other problems created with it:

p {
margin: 0 !important;
padding: 0;
}

It looks great so far and there are no bugs found by calibre after converting.
Thanks a lot for the help.
ryder is offline   Reply With Quote