Home Forums WordPress Themes – Premium Encounters How to remove breadcrumbs-wrapper area altogether

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15350
    LindaJ
    Participant

    Despite having no breadcrumb navigation, there is an area for it in the header.php. It’s pushing down the content.

    I tried remming it out in the header.php file, but that just leaves two black lines. Nothing I do on the stylesheet seems to work…

    Can you tell me where/how to remove this area altogether so the content “moves up”? It’s specifically the home page I need to do this for.

    Thanks,
    Linda
    encounter-breadcrumbs-wrapper.jpg

    Attachments:
    You must be logged in to view attached files.
    #20245
    Sushil Adhikari
    Moderator

    I left it there when no breadcrumbs are used to help provide spacing, but you will need to do some custom CSS on the container for it which has an ID of:

    #breadcrumbs-wrapper

    Best way is to simply do a display: none; for that container.

    #15351
    LindaJ
    Participant

    Thanks – that did it 😉

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