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
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)