Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #828969

    I need help for inserting margins in selected text blocks – e.g. 10 px top/bottom/left/right. How do I achive this?

    Thanks in advance!
    Yth

    #829000

    Hi,

    Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your text block and give it a custom CSS (“my-custom-class” in example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .my-custom-class { margin: 10px; }

    Regards,
    Yigit

    #829618

    Thanks for your fast and efficient support, Yigit :-)

    #829622

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Margins in specific text blocks’ is closed to new replies.