Divi Filter
⭐ Get Premium
  • 🥳Introduction
  • ✨Getting Started
    • Download + Installation
    • Filter Columns
    • Filter Rows (Premium)
    • Get the Premium features
  • 🎨Styling
    • Remove white space
    • Filter Animation (Premium)
    • Style Active Button (Premium)
    • Where to add custom CSS?
  • ▶️Layouts
    • Import Layouts
  • 👷‍♂️Functional
    • Show all elements
    • Filter blog posts or portfolio items
    • Multiple filters on one page (Premium)
    • Unfiltered element (Premium)
    • Reset filter button (Premium)
    • Filter already applied (Premium)
    • Bugs? Use the Starting Delay
    • Fixed class
    • Filter Specialty Sections (Premium)
  • 🆎Filtering Types
    • Picky Filtering (Premium)
    • Multi select filtering (Premium)
  • 🔗Links
    • Visit Shop
Powered by GitBook
On this page
  • For column filtering:
  • For row filtering

Was this helpful?

  1. Styling

Remove white space

If after filtering, a space appears below your filter area, then it's probably padding or margin.

If you filter for example columns, then you shouldn't add the padding or margin to your rows. Only to the columns, because this will automatically be removed. You can remove it also with that CSS:

For column filtering:

.df-area .et_pb_row {
  padding: 0 !important;
  margin: 0 !important;
}

For row filtering

.df-area .et_pb_column {
    padding: 0 !important;
    margin: 0 !important;
}
PreviousGet the Premium featuresNextFilter Animation (Premium)

Last updated 3 years ago

Was this helpful?

🎨