Viewing 3 replies - 1 through 3 (of 3 total)
  • anonymized-13749270

    (@anonymized-13749270)

    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

    anonymized-13749270

    (@anonymized-13749270)

    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.