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
Re: Adding Paypal Verified Logo
Find this block of code in your stylesheet (includes/templates/all_business/css/stylesheet.css):
Code:
#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:
Code:
#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.
Re: Adding Paypal Verified Logo
Thanks, added a sidebox too, but it both looks good. :)
Re: Adding Paypal Verified Logo
Yep. Looks good. :) Glad to help.