Source: https://divimundo.com/en/blog/move-the-divi-ai-icon-below-the-text-editor-to-prevent-overlapping/
/* START Move the Divi AI and Dynamic Content icons */
.et-fb-settings-option-ai__enable--tiny_mce,
.et-fb-settings-option-dynamic__enable--tiny_mce {
top:100% !important;
}
/* END Move the Divi AI and Dynamic Content icons */Code language: CSS (css)