PDA

View Full Version : How to align center username in postbit


tbellik
11-24-2016, 04:56 AM
Hey.
How can I align @username center of the background ?
Can someone help me.

https://vborg.vbsupport.ru/external/2016/11/6.png

MarkFL
11-24-2016, 05:03 AM
If you could post a link to a page showing the postbit, I could likely give you a class selector to center it. :D

tbellik
11-24-2016, 05:32 AM
If you could post a link to a page showing the postbit, I could likely give you a class selector to center it. :D

http://defineailesi.com/showthread.php?t=2842&p=24896#post24896

look it please

MarkFL
11-24-2016, 05:43 AM
http://defineailesi.com/showthread.php?t=2842&p=24896#post24896

look it please

I don't see a username in the location indicated by your screenshot. :confused:

tbellik
11-24-2016, 05:48 AM
I don't see a username in the location indicated by your screenshot. :confused:

Do you see picture which is I attached buttom.


https://vborg.vbsupport.ru/external/2016/11/6.png

MarkFL
11-24-2016, 06:01 AM
Yes, now it shows up for some reason...why is it an input element?

tbellik
11-24-2016, 06:12 AM
Yes, now it shows up for some reason...why is it an input element?

I Dont know, someone did this and I want to use it ?

Possible to center @username it ?

MarkFL
11-24-2016, 06:19 AM
Okay, well add this to your "additional.css" template:

.userinfo_extra input {
text-align: center;
}

Seven Skins
11-24-2016, 05:17 PM
May be try this:

.userinfo_extra input {
text-align: center;
width: 100%; /* IE */
background: transparent;
border: none !important;
border-bottom: 1px solid #C8C8C8;
}