The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hey.
How can I align @username center of the background ? Can someone help me.
|
|
#2
|
||||
|
||||
|
If you could post a link to a page showing the postbit, I could likely give you a class selector to center it.
|
|
#3
|
|||
|
|||
|
Quote:
look it please |
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
||||
|
||||
|
Yes, now it shows up for some reason...why is it an input element?
|
|
#7
|
|||
|
|||
|
Quote:
Possible to center @username it ? |
|
#8
|
||||
|
||||
|
Okay, well add this to your "additional.css" template:
HTML Code:
.userinfo_extra input {
text-align: center;
}
|
|
#9
|
||||
|
||||
|
May be try this:
HTML Code:
.userinfo_extra input {
text-align: center;
width: 100%; /* IE */
background: transparent;
border: none !important;
border-bottom: 1px solid #C8C8C8;
}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|