Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nitin Yawalkar

    (@yawalkarm)

    Try adding the below code into your themes CSS:

    /*Breadcrumbs*/
    #breadcrumbs{
    	padding-top: 10px;
    	margin-bottom: -25px;
    }

    And now, add replace the default breadcrumb short code with the following:

    <div id="breadcrumbs">
    	<?php if(function_exists('rdfa_breadcrumb')){
    		rdfa_breadcrumb();
    	} ?>
    </div>

    You may now adjust the look and feel of your breadcrumb by editing the CSS above.

    Thread Starter lindaloustarr

    (@lindaloustarr)

    Thank you so very much. One more question since I just learning php
    what file (php) do I put the second code (shortcode) into?
    Linda Lou

    Plugin Author Nitin Yawalkar

    (@yawalkarm)

    You just need to put the second shortcode into the following files to enable breadcrumbs :

    • single.php
    • search.php
    • archive.php
    • author.php

    If you are enjoying this plugin, please rate this with 5* and vote it as “works”.

    Thread Starter lindaloustarr

    (@lindaloustarr)

    Thank You! This works great! I voted πŸ™‚
    Linda Lou

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: RDFa Breadcrumb] Quick Question Re: Sizing’ is closed to new replies.