• I´m using the “Neve” Theme. Is there a way to remove the extra space added by columns between headings? As you can see, inside a “Stack” there’s not as much space added as in columns.

    I already tried adding a CSS code suggested by ChatGPT, it didn’t work. Is this a theme specific thing?r/Wordpress - Remove space between headings inside columns

Viewing 1 replies (of 1 total)
  • Hi,

    You can add this code in Appearance > Customize > Additional CSS to remove that margin bottom, or make it smaller:

    h1, h2, h3, h4, h5, h6 {
    margin-bottom:10px !important;
    }

    Hope this helps.

    Kind regards,

    Rodica

Viewing 1 replies (of 1 total)

The topic ‘Remove space between headings inside columns’ is closed to new replies.