Home › Forums › WordPress Themes – Premium › Encounters › Breadcrumbs in Encounter › Reply To: Breadcrumbs in Encounter
June 10, 2015 at 8:03 pm
#21399
Member
thank you – I installed Breadcrumbs NavXT but not seeing the breadcrumbs.
With Firefox Inspect Element, I can see it is hidden behind the header.
Oh – I had done some css with the content wrapper that hid it – it made sense at the time but no longer.
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
}
#content-wrapper {
padding: 100px 0 50px;
color: #565759;
margin-top: 50px;
}
Thanks again.