View Single Post
Old 06-16-2024, 11:21 AM   #6
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 14,423
Karma: 107078855
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
Quote:
Originally Posted by theducks View Post
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;.
Quoth is offline   Reply With Quote