Viewing 4 replies - 1 through 4 (of 4 total)
  • Henrik Andersen

    (@henrikandersen1978)

    In your main.css you have this:

    .section-text p, .section-text ul {
        font-weight: 400;
        margin-bottom: 0;
    }

    Try to change it to this:

    .section-text p, .section-text ul {
        font-weight: 400;
        margin-bottom: 20px;
    }
    Thread Starter valosteel

    (@valosteel)

    In main.css (bootstrap section) i don’t have that line.

    Henrik Andersen

    (@henrikandersen1978)

    According to the Chrome Inspecter it is exactly in that file (line 348).

    But you can also try to af the code to your custom css. Learn how here.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You shouldn’t be looking in files to change the code. Always write new CSS rules as an override, not as a theme or plugin hack. Use the “Additional CSS” part of the dashboard to manage your new rules: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

    You can almost always just copy the styles and paste them into the “Additional CSS” part to override them.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘There is no paragraph margin’ is closed to new replies.