[Resolved] Issue Displaying Breadcrumbs Using An Element

Home Forums Support [Resolved] Issue Displaying Breadcrumbs Using An Element

Home Forums Support Issue Displaying Breadcrumbs Using An Element

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #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;
    }
    #2375749
    Jodie

    Hi Fernando,

    Great! That worked, thank you so much.

    Cheers Jodie

    #2375754
    Fernando
    Customer Support

    You’re welcome Jodie!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.