Tagged: x
-
AuthorPosts
-
October 8, 2016 at 5:47 am #1207868
RobbyAdamParticipantDear 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!
October 8, 2016 at 5:47 am #1207870
RobbyAdamParticipantThis reply has been marked as private.October 8, 2016 at 8:31 am #1207978
ThaiModeratorHi 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 🙂
October 9, 2016 at 5:55 am #1208702
RobbyAdamParticipantThx 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
October 9, 2016 at 5:59 am #1208706
ChristianModeratorHey 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1207868 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
