How would i align an infobox left? I don't have much CSS knowledge and everything online doesn't seem to work.
.portable-infobox { float: left; margin-left: 0; margin-right: 2em; }
Be aware that this would affect all infoboxes on the wiki, so you may probably want to be more specific.
What do you think?