Reply To: Changing the spacing in widgets

Home Forums Support Changing the spacing in widgets Reply To: Changing the spacing in widgets

Home Forums Support Changing the spacing in widgets Reply To: Changing the spacing in widgets

#108894
Tom
Lead Developer
Lead Developer

Awesome ๐Ÿ™‚

To remove that indentation from the widget, you can add this CSS:

.widget ol {
      margin: 0;
}

Also, you’ll want to remove this line from your child theme stylesheet:

@import url("../generatepress/style.css");