How to Make the Elementor Editor Work with the Promo Skin

You’ll need to add the following Custom CSS to get the Elementor Editor working properly with your Promo-powered website:

.elementor-editor-active .elementor-editor-element-settings .elementor-editor-element-setting {
	padding-left: 0;
	margin-left: 0;
	&:before {
		content: '';
	}
}