- This topic has 8 replies, 3 voices, and was last updated 3 years, 4 months ago by
Leo.
-
AuthorPosts
-
December 10, 2022 at 11:01 am #2457278
Denise
Hi,
I had an update of the theme recently.
No new plugings or any other major change.On the new posts, I’m noticing that once published, they have an extra spacing before some of the headings (not all of them).
Not sure what’s causing this.Would you mind taking a look?
Thanks!
December 10, 2022 at 4:30 pm #2457409Leo
StaffCustomer SupportHi there,
Are you referring to this?
https://www.screencast.com/t/ImhRBqMVIqqIf so that’s added with a WP block spacer – definitely not an issue with the updates.
December 11, 2022 at 6:19 am #2457773Denise
Hi Leo!
No, look into this:SpacingThis is what I see on the editor, all headings normally spaced.
But when publish the post, somehow some of the headings the get this extra top margin.I’ve “corrected” a few by zeroing the top margin.
But this is not suppose to happen, right?
If my CSS were messed up, then all headings will be afected. But is not the case.
Thanks!!
December 11, 2022 at 6:19 am #2457774December 11, 2022 at 9:03 am #2458034David
StaffCustomer SupportHi there,
in your Customizer > Additional CSS you have the following:
/*extra space*/ p + h3 { margin-top: 3.5em; } p + h2 { margin-top: 3.5em; } p + h4 { margin-top: 3.5em; } p + h5 { margin-top: 3.5em; } p + h6 { margin-top: 3.5em; } p + image { margin-top: 3em; }Which is adding top margin to various elements that display immediately after the
Pelement tag.Are those the issue ?
December 11, 2022 at 10:30 am #2458117Denise
Hi David!
No, that is not the issue.
Please take a look on the video below.
Thanks for your help!December 11, 2022 at 3:25 pm #2458280Leo
StaffCustomer SupportNo, that is not the issue.
Are you absolutely sure about that? It looks like the issue to me as well.
Can you remove the CSS David pointed out temporarily?
That’s a pretty odd CSS to add.
This isn’t a theme issue so you might want to go through some proper debugging steps.
December 12, 2022 at 3:14 pm #2459662Denise
Weird!
I have had that CSS for a long time, but maybe after the update something else changed.
Anyway, I removed it and seems to be fine.Thanks for your help!!
DeniseDecember 12, 2022 at 3:25 pm #2459664Leo
StaffCustomer SupportNo problem 🙂
Please go through the proper debugging steps first.
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.