• Hi all.
    I am using the plug in which is great but there is something I have trouble with. Someone on another closed thread mention an answer that didn’t help me. So don’t refer me to it please. I have a navigation board above the annotations. This navigation board is centered at the moment and that’s great. But the annotations below it, with the moves are not justified. How do I justify the text ? Do I add a special css class within the plugin ? If so please tell me exactly in which file and how ?

    Thank you so much !

Viewing 1 replies (of 1 total)
  • Plugin Author yo35

    (@yo35)

    Hi,
    Sorry for the late reply.

    From what I know, there is no way to achieve that, even by adding some custom CSS. You may try with:

      .rpbui-chessgame-moveGroup {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
    

    … but the result is weird in case of non-full lines.

Viewing 1 replies (of 1 total)
  • The topic ‘justify text below navigation board’ is closed to new replies.