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..
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?
Good day to you all.
See this image. Can I align them? What css should I use?
Thanks,
Gijs
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;
}
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
Already showing aligned to me with some gap from left : https://prnt.sc/g5ZXPYE2I3Gd
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?
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;
}
Yes! Looks really sweet now.
Thank, Alex and team.
~closing another one~