Dear enfold support team,
could you please help me with CSS? The text and the box should beginn at the same line.
Hey,
Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your Text Block element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab
.my-custom-class p { margin-top: 0; }
Then edit your column element and remove top margin :)
Best regards,
Yigit