• Resolved tfleming007

    (@tfleming007)


    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)
  • Thread Starter tfleming007

    (@tfleming007)

    Also I use Flatsome for theme!

    Plugin Author PressTigers

    (@presstigers)

    Hi @tfleming007,

    The issue you are facing is because it is your theme default structure due to which it is placing the breadcrumb on the left side. You need to contact the theme maker for that or use the help of an expert programmer to resolve it. It is not the issue in the plugin.

    Regards,

    Thread Starter tfleming007

    (@tfleming007)

    Was hoping you could suggest a simple css fix. OK thanks.

    Thread Starter tfleming007

    (@tfleming007)

    Sorry was able to figure this out with a litle searching. Just added:

    .fbc-page .fbc-wrap .fbc-items {
    margin-left: calc((100vw – 1300px) / 2) ;
    }

    Problem solved! Will adapt for mobile next.

    Thread Starter tfleming007

    (@tfleming007)

    One last question. Is there a setting to make the last “crumb” be bold? Didnt see that option in the settings page unless there is an easy css trick.

    Plugin Author PressTigers

    (@presstigers)

    Hi @tfleming007,

    There is no option on flexy breadcrumb to bold the last crumb, you have to do it from css by yourself.

    Regards,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Position of breadcrumb’ is closed to new replies.