PDA

View Full Version : Need help with forumdisplaypopups


SᴩiDᴇЯ
12-24-2015, 06:28 PM
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:

https://vborg.vbsupport.ru/external/2015/12/6.jpg

What i would like to know is how can i center the text for the forumdisplaypopups like this photo below:

https://vborg.vbsupport.ru/external/2015/12/7.jpg

I think the text is forumdisplaypopups but i am not sure.

I am running vB4.2.3

Thank you in advance.

MarkFL
12-24-2015, 07:51 PM
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. :)

MarkFL
12-25-2015, 01:55 AM
Okay, I resolved the issue:

https://vborg.vbsupport.ru/attachment.php?attachmentid=153889&stc=1&d=1451015523

I added the following CSS selector to the bottom of your "additional.css" template:

/*-----Centering thread controls list elements-----*/

#thread_controls > div {
display: table;
margin: 0 auto;
}