Question

I'm trying to add a logo over the Quick Launch Left Nav. I am pretty much using the Seattle Masterpage.

I tried using SharePoint Designer with Seattle.html but I just can't figure out where to slip the image source to fir over the Left Nav.

In SPD 2013, without the design tab, I'm blind. I don't where to add the image code there either.

Was it helpful?

Solution

If you are using the OTB Seatle.html master page then the sideNavBox area starts at line number 294.

<div id="sideNavBox" role="navigation" class="ms-dialogHidden ms-forceWrap ms-noList">

You could place DIV with the logo inside it and play round with the placement within all the components, i.e all represent chunks of code when rendered in the browser.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top