Archived topic
Cant seem to get the breadcrumb in a hook element to look right
3 replies · Started by nomadiceman on July 26, 2021
Ive followed the documentation and added shortcode in an element hook
I made the priority 5 so it appeared above the other element
Im trying to get the breadcrumb to be aligned and styled like this
https://www.wpexplorer.com/wordpress-css-live-editor-plugins/
With a bottom border line too.
I cant seem to reduce the padding or make it align on the right with the logo.
Any tips would be greatly received
Hi there,
You should wrap your breadcrumb shortcode w/ <div class="grid-container> </div> to align it with the logo.
You then remove the margin of the paragraph that holds the actual breadcrumb text links and then add padding to the newly created grid-container wrap on it to match the style.
awesome thanks
No problem. Let me know if you need further help with it. :D