Viewing 3 replies - 1 through 3 (of 3 total)
  • hello .
    go to theme editor, you will be on style.css file .
    scroll down to find this :

    p {
    	margin-bottom: 24px;
    }

    now consider minimizing the value 24px
    example :

    p {
    	margin-bottom: 20px;
    }

    Thread Starter netadminoh

    (@netadminoh)

    Samuel – Your recommendation worked perfectly.

    Added to the theme-child:
    p {
    margin-bottom: 20px;
    }
    then changed 20 to 0.

    I’m closing this thread

    Samuel – Thank You for your help

    You Are so Welcome !

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove space between paragraphs in theme’ is closed to new replies.