Site logo

Archived topic

How to increase the space between breadcrumb and first paragraph?

23 replies · Started by Shu-Chun on June 18, 2022

Viewing posts 16–24 of 24

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.

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 :)

This archived topic is closed to new replies.