Last active
April 23, 2019 04:48
-
-
Save kwbtdisk/88e2dc3c3562c4a844ab6c88c12069a5 to your computer and use it in GitHub Desktop.
Utility CSS for Elementor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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