#Template:Chess diagram alignment not working

1 messages · Page 1 of 1 (latest)

calm sandal
#

the argument for aligning these templates is simply not working, and captioning is broken as well. any idea on how i can solve this?

#

this is what it's supposed to look like

#

i've found the problem. wrong module. ugh

#

nope, nevermind

#

not the problem

signal robin
#

Please provide the link to the template, and the page you're using it on.

calm sandal
#

the documentation should be a good example

#

it's broken

signal robin
#

Where is it broken? To me it looks okay!

calm sandal
#

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

signal robin
# calm sandal

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
calm sandal
#

alright

#

what about the broken captions?

#

also it didnt work