vForums Support > Programming & Coding :: Code Requests & Support :: > Move copyright

Move copyright - Posted By Aiken (ionfortuna) on 9th Jan 10 at 4:01am
I have a bar on the bottom of my forum but it is blocking the copyright, would it be possible to move the copyright onto the bar?

Forum: The Final Anime Hideout

Re: Move copyright - Posted By Ross (admin) on 9th Jan 10 at 11:10pm
Which skin is this on? I couldn't see one with a bar along the bottom?

Also, you may want to add some padding to the very top of the forum as your top menu is covering part of the Google Ads. Something like:

<style type="text/css">
body { padding-top: 25px; }
</style>

Re: Move copyright - Posted By Aiken (ionfortuna) on 9th Jan 10 at 11:15pm
I modified the bar so it wouldn't hide the copyright, it had the Back to Top link.

I will just change the location of the google ad

Re: Move copyright - Posted By Ross (admin) on 9th Jan 10 at 11:31pm
<style type="text/css">
#bottomtext div { padding-bottom: 35px; }
</style>

Should do the trick. Either in the global header or add it to your style sheet. The number of pixels may need adjusting depending on the size of the bar.