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

    Hello support team,

    I’ve been searching for a while, but I cannot find the proper and correct why to remove the space between a special heading element and a text element.
    The only way to resize it, is by adding a blank separator between them with a negative value. This works, but in this way I have to add this to all the pages.
    I was wondering if this is possible with some custom css?

    Tnx for the tip,
    Best regards,
    Nin0

    #985785

    Hey Nin0,
    Please try this code in the General Styling > Quick CSS field:

    .av-special-heading {
        padding-bottom: 0px !important; 
        margin-bottom: -30px !important;
    }

    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #985883

    Hi Mike,

    Tnx for the css. It’s working perfect!

    Have a nice day,
    Best regards,
    Nin0

    #986187

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Space between heading element and text block’ is closed to new replies.