This is being done in sharepoint 2013. I want to apply height:0px
to a certain web part. I have its DIV ID as MSOPictureLibrarySlideshowWebPart_ctl00_ctl41_g_3d56d9c5_7b24_4bb9_9b84_ac3459578026_cell
I tried putting the code in my style sheet (which is loaded, other stuff from the style sheet works)
MSOPictureLibrarySlideshowWebPart_ctl00_ctl41_g_3d56d9c5_7b24_4bb9_9b84_ac3459578026_cell{height:0px;}
but that doesn't seem to be working for me. What am I doing wrong?