Reply To: Removing padding around .inside-article

Home Forums Support Removing padding around .inside-article Reply To: Removing padding around .inside-article

Home Forums Support Removing padding around .inside-article Reply To: Removing padding around .inside-article

#210611
Tom
Lead Developer
Lead Developer

You shouldn’t have to add !important with that CSS as long as your custom CSS loads below the core CSS (which it should).

You can also make it more specific like this:

body.separate-containers .inside-article

Let me know if you need more info 🙂