• Resolved bfootdav

    (@bfootdav)


    It’s great that this theme indents paragraphs but it would be nice if I could remove the extra space between paragraphs. Does anyone know how to accomplish this site-wide?

    Thanks.

    Edit as per request (I’ve just set it up so there’s only one test post): https://www.madsbb.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • Can you provide a link to your site please?

    Thread Starter bfootdav

    (@bfootdav)

    Never mind, I discovered that by adding the following to the CSS Style Editor that it does what I need:
    #content p {margin-bottom: 0px;}

    Thread Starter bfootdav

    (@bfootdav)

    Issue resolved.

    Would you like to give a more detailed tutorial on how to do this?
    I would really like to get the same look as you have managed, since I write fiction and such and want my pieces to have a proper “novel structure”. … Though, I don’t know shit about webdesign except for some basic html. Therefore I need some help to fix this.

    Thread Starter bfootdav

    (@bfootdav)

    Yeah, no problem. You need to be able to access the CSS Editor in WordPress. I think that in order to do that you need to install Jetpack which if not installed already has links throughout the administration to install it.

    Once that’s done, go to Appearance –> CSS Editor. At the bottom of the box add:

    #content p {margin-bottom: 0px;}

    And save. Hopefully that’ll do it. On my site I’ve edited the Erudite CSS file directly to do this but that’s because I’ve got all sorts of other customizations going on that won’t fit in the CSS Editor and I wanted to keep everything in one place. If you only have a few things to change then doing it in the CSS Editor is easiest and safest.

    If you have some other specific questions about your design you can also contact me directly (my email address is available through my website).

    Thank you very much!

    I’ll try this and keep in touch.

    It worked out just fine.

    Thanks! =)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing space between paragraphs’ is closed to new replies.