Dear SharePoint experts,
We would like to ask on How to attached SharePoint 2013 Picture Library to other site. Kindly see the attached images for the screenshot of it. We only need the Picture Library and attached it to the space of the other site…
Thank you & hope to hear soon…
Dan
Ok, I’ll just try to figure it out, which one is it…
Thank you so much for your kind support!
There must be another element that’s causing it, you’ll need to use the selection tools to find it if you want to hide it
code is same as yours, but the look is different…
please check the attached screenshot.
it worked in my dev environment, there must be another element on your page that’s causing it.
Open it up in IE and press f12 to get the dev tools, you can use the selector tools (highlighted) to select each element in turn and find the one that’s causing the padding at the top
you can amend the code in the right hand panel to see what any changes you make would do, then just copy that section into the hidenav.css file on your site
I’ve selected the contentRow element here showing the top padding as 0px. the row highlighted below which has been struck through is the original css that gets overwritten by the css file (because of the !important tag)
However, if you have other suggestions, aside from that additional code from CSS, still welcome…
🙂