Formatting Picture Library Slideshow webpart

I've been trying to format the PLS webpart to remove all the extra space around the photo. 

I would also like to 'center' the webpart.  Nothing I do is working.  Can you please help?

  • Edited by Siskoy Tuesday, July 28, 2015 9:16 PM
July 28th, 2015 9:16pm

I have tried this CSS in content editor web part and it works fine for me to make web part centrally aligned, you just try with your web part ID,

<style>
#WebPartctl00_m_g_b1bf7826_968b_4ae5_b48c_2b8d8a85be05{
margin-left:auto;
margin-right:auto;
width:500px;
}
</style>

 

Free Windows Admin Tool Kit Click here and download it now
July 30th, 2015 2:23am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics