<div style="text-align:center">
</div>
Quick and easy....
message_user_info
Wrap the whole thing with
PHP:<div style="text-align:center"> </div>
This will center everything there
Really? It worked for me on the default style..... What style are you using?Thanks for the reply Adam, but no dice :/
.messageUserBlock .extraUserInfo {
text-align: center;
}
Thanks for the reply Adam, but no dice :/
Really? It worked for me on the default style..... What style are you using?
Try this....
Extra.css
PHP:.messageUserBlock .extraUserInfo { text-align: center; }
You maybe better off doing so. As that is after all a custom style (outside the support for the support forums)Thats the original code I had for 1.1 and that doesn't work at all on 1.2, has absolutely no effect. But this is the style I use http://xenique.com/forums/index.php?store-products/octane/
Sent Forsaken a PM and will see if he can do anything since its his style.
.messageUserBlock .extraUserInfo {
text-align: center !important;
}
You maybe better off doing so. As that is after all a custom style (outside the support for the support forums)
But just wondering.... Have your tried adding !important
PHP:.messageUserBlock .extraUserInfo { text-align: center !important; }
Looks.... looks again.... No it's there?!You need a semi-colon after "center." Adam made a typo and forgot it.
Looks, looks again.... No it's there?!
PHP:<div style="text-align:center"> </div>
A semi-colon is not required there.
.messageUserBlock .pairsJustified dt {
float: none;
margin-right: 0;
text-align: center;
}
.messageUserInfo .messageUserBlock .extraUserInfo dl.pairsJustified dd {
float: none;
text-align: center;
}
To answer the original question, add to EXTRA.css:
Code:.messageUserBlock .pairsJustified dt { float: none; margin-right: 0; text-align: center; } .messageUserInfo .messageUserBlock .extraUserInfo dl.pairsJustified dd { float: none; text-align: center; }
To answer the original question, add to EXTRA.css:
Code:.messageUserBlock .pairsJustified dt { float: none; margin-right: 0; text-align: center; } .messageUserInfo .messageUserBlock .extraUserInfo dl.pairsJustified dd { float: none; text-align: center; }
For 1.1.4:
Code:.messageUserBlock .extraUserInfo { text-align: center; }
We use essential cookies to make this site work, and optional cookies to enhance your experience.