Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    On the 1st problem, it looks like you are not going to be able to override that alignment with CSS as it is all part of the form itself. I would chat with Ninja about it. This would be the required CSS, but again, it does not work.

    .label-right .nf-field-label {
    	align-items: top !important;
    	-ms-flex-align: top !important;
    }

    The same goes for problem #2. It can’t be fixed with custom CSS. The issue is that the two labels above those forms are of different lengths, and the misalignment happens when the left box label goes to two lines.

Viewing 1 replies (of 1 total)
  • The topic ‘Sela theme and Ninja forms display’ is closed to new replies.