Skip to content

Instantly share code, notes, and snippets.

@LaxusCroco
Last active February 5, 2024 12:43
Show Gist options
  • Save LaxusCroco/c748142dcc35a536956d44098907f6fe to your computer and use it in GitHub Desktop.
Save LaxusCroco/c748142dcc35a536956d44098907f6fe to your computer and use it in GitHub Desktop.
Full-width Date Period filter button
.jet-smart-filters-date-period .jet-date-period__datepicker.date, .elementor-element.jet-smart-filter-content-position-line:has(.jet-smart-filters-search.jet-filter) {
width: -webkit-fill-available!important;
}
.jet-smart-filters-date-period .jet-date-period__datepicker.date .jet-date-period__datepicker-button {
display: flex;
justify-content: space-between;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment