The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi all.
On my website I have centered my forumhome category text, but when I open a thread the forumdisplaypopups is set to the left as per photo below: ![]() What i would like to know is how can i center the text for the forumdisplaypopups like this photo below: ![]() I think the text is forumdisplaypopups but i am not sure. I am running vB4.2.3 Thank you in advance. |
|
#2
|
||||
|
||||
|
If you could posts a link to that page, I might be able to determine what CSS selector you need to center those elements where you want.
|
|
#3
|
||||
|
||||
|
Okay, I resolved the issue:
I added the following CSS selector to the bottom of your "additional.css" template: HTML Code:
/*-----Centering thread controls list elements-----*/
#thread_controls > div {
display: table;
margin: 0 auto;
}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|