Title: [Plugin: RDFa Breadcrumb] Quick Question Re: Sizing
Last modified: August 20, 2016

---

# [Plugin: RDFa Breadcrumb] Quick Question Re: Sizing

 *  Resolved [lindaloustarr](https://wordpress.org/support/users/lindaloustarr/)
 * (@lindaloustarr)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rdfa-breadcrumb-quick-question-re-sizing/)
 * I enjoy how simple this is – thank you 🙂 I’m wondering how to adjust the padding
   or margin – the navigation menu creates a little too much space underneath the
   navigation – see what I mean at this post [http://lindaloustarr.com/blog/reclaim-the-awareness-you-were-born-with/](http://lindaloustarr.com/blog/reclaim-the-awareness-you-were-born-with/)–
   see how much space is in between from the top of the container where the breadcrumb
   nav is to the top of the content area – I would like to be able to adjust this
   in your style.css but not sure what to tweak there 🙂
 * Thank you for your kind reply, you are greatly appreciated.
    Linda Lou
 * [http://wordpress.org/extend/plugins/rdfa-breadcrumb/](http://wordpress.org/extend/plugins/rdfa-breadcrumb/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Nitin Yawalkar](https://wordpress.org/support/users/yawalkarm/)
 * (@yawalkarm)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rdfa-breadcrumb-quick-question-re-sizing/#post-2588699)
 * 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](https://wordpress.org/support/users/lindaloustarr/)
 * (@lindaloustarr)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rdfa-breadcrumb-quick-question-re-sizing/#post-2588708)
 * 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](https://wordpress.org/support/users/yawalkarm/)
 * (@yawalkarm)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rdfa-breadcrumb-quick-question-re-sizing/#post-2588709)
 * 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](https://wordpress.org/support/users/lindaloustarr/)
 * (@lindaloustarr)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rdfa-breadcrumb-quick-question-re-sizing/#post-2588733)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/rdfa-breadcrumb_cdcfd2.svg)
 * [RDFa Breadcrumb](https://wordpress.org/plugins/rdfa-breadcrumb/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rdfa-breadcrumb/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rdfa-breadcrumb/)
 * [Active Topics](https://wordpress.org/support/plugin/rdfa-breadcrumb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rdfa-breadcrumb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rdfa-breadcrumb/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [lindaloustarr](https://wordpress.org/support/users/lindaloustarr/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rdfa-breadcrumb-quick-question-re-sizing/#post-2588733)
 * Status: resolved