ZenphotoCMS Forum
Zenpaypal tweeks - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: Zenpaypal tweeks (/thread-12743.html)



Zenpaypal tweeks - Quantumcat - 03-06-2015

From what I can tell I have zenpaypal up and running correctly. The only little issue I have is it locates the box with the pricelist, paypal button, etc justified to the left. I am wanting it centered like the rest of the info under the image. I can muddle my way through the php commands to center it, but am having a issue figuring out which file to make the changes in. Can anyone point me in the right direction?




Zenpaypal tweeks - fretzl - 03-06-2015

zenPaypal has it's own CSS file (zenPaypal.css).

Change line 6 from

margin:0 0 10px;
to
margin: 0px auto 10px auto;




Zenpaypal tweeks - Quantumcat - 03-06-2015

Thanks! That worked perfectly.