Zen Cart Logo
Forums / Addon Sideboxes / Adding Paypal Verified Logo

Adding Paypal Verified Logo

Views: 1,202

Results 1 to 4 of 4
20 May 2012, 5:35 PM
#1
idopjes avatar

idopjes

New Zenner

Join Date:
Apr 2012
Posts:
17
Plugin Contributions:
0

Adding Paypal Verified Logo

Hi there,

On my website http://www.idopjes.nl I am trying to add the paypal verified logo in the footer, did that.
As you can see the logo is a little close on the bottom, I would like to align it a little more up.
I was also looking for a sidebox where I can add this logo, this would be fine too.

Please help!

Kevin

20 May 2012, 5:48 PM
#2
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Adding Paypal Verified Logo

Find this block of code in your stylesheet (includes/templates/all_business/css/stylesheet.css):

#social-media {float:right;margin-right:15px;margin-top: -40px;}

and change the "margin-top: -40px;" to something like "margin-top: -180px;" , making that look like:

#social-media {float:right;margin-right:15px;margin-top: -180px;}

.......at least that's where it looked the best to me.................adjust to taste. :)

Hope this helps.

EDIT: Oh...........you can add just about anything you like to the "Blank Sidebox" add-on.

20 May 2012, 6:00 PM
#3
idopjes avatar

idopjes

New Zenner

Join Date:
Apr 2012
Posts:
17
Plugin Contributions:
0

Re: Adding Paypal Verified Logo

Thanks, added a sidebox too, but it both looks good. :)

20 May 2012, 6:05 PM
#4
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Adding Paypal Verified Logo

Yep. Looks good. :) Glad to help.