#Template:Chess diagram alignment not working
1 messages · Page 1 of 1 (latest)
this is what it's supposed to look like
i've found the problem. wrong module. ugh
nope, nevermind
not the problem
Please provide the link to the template, and the page you're using it on.
Where is it broken? To me it looks okay!
it is very much not
this parameter is always broken
no matter what is inputted, it remains on the left side of the screen
this parameter is also broken. look at the captions in the images i posted.
they are taken from the same section in the documentation
ADD:
margin: 0 0 0.5em 0.5em;
clear: right;
float: right;
}
.floatleft {
margin: 0 0.5em 0.5em 0;
float: left;
clear: left;
}```
to your https://telupedia.miraheze.org/wiki/MediaWiki:Common.css
That will float your boards to the right
Telupedia