Position of breadcrumb
-
Rather than use the shortcode on a specific page I am placing the shortcut in my header.php
<?php
echo do_shortcode(‘[flexy_breadcrumb]’);
?>This works and puts a breadcrumb on all pages as expected. However the breadcrumb is to the extreme left of the page despite I am using a boxed page layout. How to I position the breadcrumb within my container correctly? If I use the shortcut within my page coding it works great. However much easier to do it once in the header.php rather than on 1000 pages! Still learning…
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Position of breadcrumb’ is closed to new replies.