Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855249

    Daniel Eichar
    Participant

    Hello,

    I am trying to make the spacing between paragraphs to have a 0 margin so if I put a space it does not jump way down. See attached screen shot of issue. In the attachment it shows 1 space and it looks more like 3 spaces.

    Thanks for the help!!

    #855326

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #855419

    Daniel Eichar
    Participant
    This reply has been marked as private.
    #855797

    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    p {
        margin: 0;
    }

    Hope this helps – thanks!