Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Move footer thing to center (26th Apr 10 at 7:09pm UTC) Resolved | | I would like to move this:
Purchase Ad-Free Credits This Forum is Powered By vForums (v2.3) Create a Forum for Free | Find Forums
To center in the forum. I've tried
<style> .credit { text-align: center; } </style>
I also tried:
<style> .bottomtext { text-align: center; } </style>
But it's not working, unless it's the wrong ID's. But I don't see any other ID's for that. | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Move footer thing to center (26th Apr 10 at 10:11pm UTC) | | You got a forum link? Because there is the part on the left also... | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | |
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Move footer thing to center (26th Apr 10 at 10:19pm UTC) | | What do you want happening to the left section? | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Move footer thing to center (26th Apr 10 at 10:36pm UTC) | | The Left section with the stats are gone, there is nothing I want to do with:
All times are GMT-5 :: The current time is 5:38pm Page generated in 0.3546 seconds with 46 Database Queries and 1 cache files
All I want to deal with is this:
Purchase Ad-Free Credits This Forum is Powered By vForums (v2.3) Create a Forum for Free | Find Forums
^^^ I want that Centered with the forum. | |
|
dog199200 Guest | Re: Move footer thing to center (26th Apr 10 at 10:37pm UTC) | | Michael, the left side is gone I already have a code that sets it to display.none | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Move footer thing to center (26th Apr 10 at 10:39pm UTC) | | I tried editing that code to the ID credit, but didn't work. and it brought back the Stats. | |
|
dog199200 Guest | Re: Move footer thing to center (26th Apr 10 at 10:52pm UTC) | | lol you baka, you broke the script them XD ok well I guess taht explains why michael asked XD | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Move footer thing to center (26th Apr 10 at 10:58pm UTC) | | What is the code that you're using to hide the left section, then I can modify the right one as it would be on your forum. | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Move footer thing to center (27th Apr 10 at 12:20am UTC) | | This one:
<script type="text/javascript"> window.onload = function() { if(get('footerstats', ID)) { get('footerstats', ID).style.display = 'none'; get('footertime', ID).style.display = 'none'; } } </script>
and Dwight now I actually had it like this:
<script type="text/javascript"> window.onload = function() { if(get('credit', ID)) { get('credit', ID).style.display = 'center'; get('credit', ID).style.display = 'center'; } } </script>
and that's when it broke the footerstats one. xD
| |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Move footer thing to center (27th Apr 10 at 12:38am UTC) | | Remove that coding... and just use this in your global header:
<style type = 'text/css'> #footertime, #footerstats { display: none; } #bottomtext div { float: none !important; text-align: center !important; } </style> | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Move footer thing to center (27th Apr 10 at 2:40am UTC) | | Thanks it works. | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Move footer thing to center (27th Apr 10 at 3:09am UTC) | |
| |
|