Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1207868
    RobbyAdam
    Participant

    Dear team,

    i dont know how to change the spacing of headings (h1,2,3,4,5 e.g.) to the actual text. it is too much spacing. please see the attachment for details.

    Thanks!

    #1207870
    RobbyAdam
    Participant
    This reply has been marked as private.
    #1207978
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
      margin-top: 10px !important;
    }

    Hope it helps 🙂

    #1208702
    RobbyAdam
    Participant

    Thx that helps partly, but i wonder: If i am in the dashboard and i am writing a blog text, if i click enter twice because i wanna have more space, than it will show me more space in the dashboard blog writing section. if i reload the website though, it doesnt show this change. so i can only type in enter once to show a paragraph difference but not more than that

    #1208706
    Christian
    Moderator

    Hey Robby,

    WordPress autop or auto paragraph might be disabled in your site. It might be due to a plugin so you could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    If you want custom spacing between your paragraphs, try using the Gap shortcode (see https://community.theme.co/kb/shortcode-walkthrough-gap/). Or, add the code below in your Appearance > Customize > Custom > Global CSS

    p {
    margin-bottom: 40px
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1207868 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>