Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    There are multiple causes for the spaces.

    Here is the CSS to remove these multiple causes of space on the part of the page you’ve indicated.

    p:empty:before {
        display: none;
    }
    
    p:empty {
        margin-bottom: 0;
    }
    
    .entry-content:not(:first-child) {
        margin-top: 0;
    }
    Thread Starter luismojica30

    (@luismojica30)

    @ejcabquina perfecto muchísima gracias

    No problem. Glad you got it sorted. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[NSFW] Reducir Padding’ is closed to new replies.