Hi All,
As per my client requirement, i have to place the sp2013 ribbon below the top navigation bar. and i was able to do it successfully upon placing following code below the
<div id="s4-titlerow" class="ms-dialogHidden s4-titlerowhidetitle">
the code i placed is:
<div id="ms-designer-ribbon" style="">
<!--SID:02 {Ribbon}-->
<!--PS: Start of READ-ONLY PREVIEW
(do not modify) -->
<div class="DefaultContentBlock"
style="background:rgb(0, 114, 198); color:white; width:100%; padding:8px; height:64px; ">In true previews of your site, the SharePoint ribbon will be here.</div><!--PE: End of READ-ONLY PREVIEW -->
</div>
now when i click 'page' ribbon moves up removing everything on top.
i am struck here, any one faced the same ??
attached are the images before and after i applied the above code.
Thanks guys
Bob