First of all, I LOVE this product. Thanks you for making it available for FREE. That is amazing.
Can the expand/contract button be moved? I would rather not have it in the upper right-hand corner covering the image. Any way to move it to the bottom left or bottom right next to the close button?
(I am using the "dark_square" theme, btw.)
I would also like to add a 1 pixel white border to the image, but the CSS is so long I have no idea where to find it! Any guidance would be greatly appreciated. ~Becky
I have been able to remove the social media buttons ....
but I still want to add a white border to the image!! Anyone?? Where can I find the image div in the css?
I would also like to move the expand/contract buttons to somewhere outside the image area (maybe the bottom left corner where the social media buttons used to be), but that is a secondary concern right now.
by changing the "right:30px" to "left:20px" and by changing the "top:10px" to "bottom:10px" I was able to place the expand/contract button to the bottom left corner where the social media buttons used to be. (If you want to keep the social media buttons, you can probably tweek this to put the expand/contract button wherever you want.)
I also was able to add the border to my image by adding this line: div.dark_square .pp_content img{border:1px;border-style:solid;border-color:#ffffff} There is probably some universal line somewhere that would also do this, but I am using the dark_square theme, so this seemed like a good place to put it .... and it worked, so that's all I care about.
Hope this helps! It took me a while to find the correct divs in the lengthy CSS file that runs all together. Whew!