Member
Member
Quantumcat   03-06-2015, 06:10
#1

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?

Administrator
Administrator
fretzl   03-06-2015, 08:12
#2

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

Change line 6 from

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

Member
Member
Quantumcat   03-06-2015, 16:49
#3

Thanks! That worked perfectly.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.