Place the following code just above the ContentPlaceHolder ‘PlaceHolderMain' tag in masterpage.
<div class="BreadCrumbWrap s4-notdlg">
<asp:SiteMapPath runat="server" SiteMapProvider="SPContentMapProvider" id="ContentMap" CssClass="BreadCrumbStyle" PathSeparator=">">
<CurrentNodeStyle CssClass="BreadCurrentNode" />
<PathSeparatorStyle CssClass="BreadPathSeparator" />
</asp:SiteMapPath>
</div>
Add the following CSS classes to your custom CSS file, referenced from the
masterpage.
CSS
.BreadCrumbWrap {
margin-top:10px;

Join the conversation! Your thoughts help the community grow.