Home › Forums › Support › Issue Displaying Breadcrumbs Using An Element This topic has 3 replies, 2 voices, and was last updated 2 years, 1 month ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 16, 2022 at 8:29 pm #2375739 Jodie Hi folks, I’ve got breadcrumbs displaying at the top of my posts using a GeneratePress Element. However, there’s often a large gap between the element and the H1 of the post, which I’d rather avoid. Could you tell me what I could do to fix that? Thanks! Cheers Jodie October 16, 2022 at 8:40 pm #2375741 Fernando Customer Support Hi Jodie, You have this code in Additional CSS: li.breadcrumb-item.active { visibility: hidden; } It causes the space. Perhaps you can try this instead? li.breadcrumb-item.active { display: none; } October 16, 2022 at 8:49 pm #2375749 Jodie Hi Fernando, Great! That worked, thank you so much. Cheers Jodie October 16, 2022 at 8:58 pm #2375754 Fernando Customer Support You’re welcome Jodie! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In