Skip to content

Instantly share code, notes, and snippets.

@kwbtdisk
Last active April 23, 2019 04:48
Show Gist options
  • Save kwbtdisk/88e2dc3c3562c4a844ab6c88c12069a5 to your computer and use it in GitHub Desktop.
Save kwbtdisk/88e2dc3c3562c4a844ab6c88c12069a5 to your computer and use it in GitHub Desktop.
Utility CSS for Elementor
/* Display */
.d-inline-block { display:inline-block !important; }
.d-block { display:block !important; }
.d-inline { display:inline !important; }
.d-block { display:block !important; }
/* Float */
.float-left { float:left; }
.float-right { float:right; }
/* Full-width button */
.button-block .elementor-button { display:block !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment