Breadcrumbs on Both Sidebar template - Acme Themes

Best Premium and Free WordPress Themes Forums SuperMagPro Breadcrumbs on Both Sidebar template

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4814
    Michael
    Member

    On all templates, the breadcrumbs span the entire length of the pages except for the both sidebar template. This in turn creates an uneven page view of the left and right sidebars. What tweaks do I have to make to have the breadcrumbs span the entire page of the both sidebar template?

    #4815
    acmethemes
    Keymaster

    Hello Michael,

    For your requirement, you need to create child theme, and you have to remove this hook
    add_action( 'supermag_action_after_header', 'supermag_before_content', 10 );,
    and add your own hook. This is simple customization task. The hook is present in acmethemes/hooks/header.php line 542 in the theme version 1.0.2.
    Just like to know if you can do it by yourself. If you can do it we will guide you or we will provide you child theme by doing it ourselves, please let us know.
    Note : We will update it in the next version of theme SuperMagPro if majority of our clients want it.

    Thanks,

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.