PDA

View Full Version : vBulletin Credit is not in the middle


LegendsKim
03-29-2014, 04:21 PM
The vBulletin credit is lockated in the right sid: http://prntscr.com/356pxh
how can i put it in the middle.
please help.

Lynne
03-29-2014, 05:03 PM
Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it.

ozzy47
03-29-2014, 05:08 PM
Lynne, I think he means the info in the footer, not a credits mod. :)

Lynne
03-29-2014, 05:38 PM
Ah! Well, we would need a link to the page in order to write some CSS for your page.

LegendsKim
03-30-2014, 05:51 AM
This would be enough?
http://ytc.co.il/
And can you tell me where i put the css code?

Lynne
03-30-2014, 05:09 PM
You would add something like this:
#footerMain {
margin: auto;
text-align: center;
}
However, you have a div tag in there for a footer logo and it's not going to allow the text to actually be centered. You would need to remove that div from your footer template if you really wanted the text to be centered there.