How can I reduce the space between paragraphs at Ink posts?

Home » Docs » How can I reduce the space between paragraphs at Ink posts?

You can reduce the bottom margin of the paragraph text by adding a line of css. In order to do so, just add the following line under the custom css box at the customizer:

.entry-content p {margin-bottom:15px!important;}

You can play around with the 15px value to match the spacing according to your needs.

Last updated on November 8, 2023

Search docs

In this category