Skip to content

Instantly share code, notes, and snippets.

@pro-beaver
Created December 5, 2016 14:07
Show Gist options
  • Save pro-beaver/e5bc51a8736fed9ebe7bb430bf043977 to your computer and use it in GitHub Desktop.
Save pro-beaver/e5bc51a8736fed9ebe7bb430bf043977 to your computer and use it in GitHub Desktop.
Remove specific columns layout in row layout in Beaver Builder
/**
* Remove specific columns layout in row layout in Beaver Builder
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=1012
*
*/
.fl-builder-edit [data-cols="3-cols"],
.fl-builder-edit [data-cols="4-cols"],
.fl-builder-edit [data-cols="5-cols"],
.fl-builder-edit [data-cols="6-cols"] {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment