Okay
  Public Ticket #3158571
Align quiz title and h5p quiz content
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Good day to you all.

    See this image. Can I align them? What css should I use?

    9025340396.png

    Thanks,

    Gijs

  • [deleted] replied

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

    .course_status .course_content .course_content_content_wrapper h2,.course_status .lesson_info{
        margin-left:-1rem !important;
    }


  •  12
    MeesterGijs replied

    That worked. But as in the image (perhaps not so clearly stated by me) I would prefer the H5P container to move to the right and not the title to move to the left. Is that possible? Now it's so close to the left navigation. Doesn't look estetic enough..

    Gijs

  • [deleted] replied

    Already showing aligned to me with some gap from left  : https://prnt.sc/g5ZXPYE2I3Gd

  •  12
    MeesterGijs replied

    Correct. I found a way. Thanks!

    But is it possible to make the GO TO NEXT UNIT button at the bottom align with the H5P above? And then also delete a bit from the right site of the button? So that it's symmetric?

    3455786225.png


  • [deleted] replied

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

    .course_status .course_content .course_content_content_wrapper .next_curriculum_item{
        margin-left:1rem;
        margin-right:1rem;
    }


  •  12
    MeesterGijs replied

    Yes! Looks really sweet now.

    Thank, Alex and team.

    ~closing another one~