"Sneaks" == Sneaks 0vcqn5q02@sneakemail.com writes:
I would like that the title of each article is placed in the centre and not at the left margin as it is the default. I presume I have to change the skin I use, but please could somebody give me a hint, where exactly?
No need. You can style it using site CSS. Add to MediaWiki:Common.css:
.firstHeading { text-justify: center; }
or words to that effect.
text-align: center;
No seems not to work in MonoSkin, or any othr skin I tried.