Archived topic
breadcrumb below the menu bar
8 replies · Started by Anonymous on March 27, 2016
Hi,
Is it possible to have the breadcrumb below the menu bar (right under the home button)?
https://www.ioanything.com/product/
https://www.ioanything.com/product/usb-io/
I have tried different GP Hooks but it doesn't align to the menu bar.
Are there any other ways to align?
Thank you.
Hi,
Is it possible to have the breadcrumb below the menu bar (right under the home button)?
https://www.ioanything.com/product/
https://www.ioanything.com/product/usb-io/
I have tried different GP Hooks but it doesn't align to the menu bar.
Are there any other ways to align?
Thank you.
Hi there,
Try wrapping your breadcrumb code in a container:
<div class="grid-container">
Your breadcrumb code here
</div>
Hi Tom,
The tag works for
http://www.ioanything.com/
http://www.ioanything.com/product/
but it doesn't work for the rest of the pages with the left side bar
http://www.ioanything.com/product/usb-io/
Regarding posting in this forum.
Also when I post the URL string with the
https in front, this forum doesn't display the text.
It works when starts with www.
Have you tried adding it into the "After Header" hook?
The URL issue is thanks to WordPress 4.4 content embeds, working on disabling them.
Oh yes. It works!!!
I was careless. So obvious, put in the wrong hook.
Should be after the header.
You are right.
Thank you very much.
No problem! :)
