Archived topic
How to increase the space between breadcrumb and first paragraph?
23 replies · Started by Shu-Chun on June 18, 2022
You’re welcome Shu-Chun!
I selected the location as "entire site".
For some reasons, these are no breadcrumbs on all my pages.
Please advise. Thanks.
To clarify, are you using a Hook Element or a Block Element?
Can you provide a link to one page where that breadcrumbs is showing and one where it isn’t?
You may use the private information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Hope to hear from you soon. :)
Hi,
I used a Hook Element.
All the posts have breadcrumbs, but all the pages don't.
Ex.:
Post: https://joyfuldumplings.com/vegan-garlic-bread/
Page: https://joyfuldumplings.com/appetizers/
Create another Hook, and add the breadcrumb code, and then set the hook to Custom and in the field provided add: generate_before_page_title
Set the Display Rules to All Pages.
Hi David,
Thanks for your info. It works now.
But the css Fernando provided for changing the space between breadcrumbs and titles doesn't work.
How to increase the space between them? Now they look stick together...
Try this CSS:
.single-post h1.entry-title {
padding-top: 20px;
}
Problem solved, thank you.
No problem :)