Okay
  Public Ticket #3592278
too big course specific instruction popup
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Hi Alex,

    Why is the course specific instruction popup so damn big? Can we make it more elegant/smaller?

    7868876752.png

    And when I change font size, this happens: the text just leaves the page. Doesn't continue on next line.

    UPDATE: I fixed part of the issue, by editing this here. Still need help resizing the unnecessary big popup

    Thanks, Alex.

    Gijs

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    .course_status .reviewpopup_wrapper .course_instructions, .course_status .course_instructions_wrapper .course_instructions {
        height: calc(60% );
        overflow: hidden;
        border-radius:15px
    }


  •  12
    MeesterGijs replied

    Bam! Perfect. We can close.