Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #882304

    Dear enfold support team,

    could you please help me with CSS? The text and the box should beginn at the same line.

    #883315

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.