Quote:
Originally Posted by theducks
width was unreliable  on older (that is all I have) versions of RMSDK
if you used Width, it did not (self) center
So I always forced it over (use needed math) margin-left: 35%;
width:30%
|
Works if the element is in an outer container with desired settings
Then no margin-left is needed, but yes the math approach is reliable.
Of course maybe the line isn't wanted to be centred, but margin-left: 1.5em;.