Skip to main content
Solved

How to move the Video title up a couple of rows?

  • April 16, 2021
  • 3 replies
  • 39 views

trice602
Rising Star
Forum|alt.badge.img+2

Good evening! :grin:

 

I have been unable to locate in the html templates where I can move the title up one or two rows on the recording titles?  Does anyone know where to move this title?  The title bleeds over into our logo and I don’t want to rebuild the video intro images.  Thanks for your time! 

 

Best answer by Morten

Hi @trice602 

 

You can use (and abuse) the padding-bottom property of the .cljsvIntroTitleText definition: 

recording template / clicklearn html video / jsv_styles

 

however, be mindful of just how much padding you apply, since if you are too excessive you might make it so there is not enough room for excessively long titles.

 

I can also recommend you switch to using vw instead of px since it will better scale with device types, like tablets, phones, laptop screens, desktop screens, and projectors.

3 replies

Morten
Community Manager
Forum|alt.badge.img
  • Community Manager
  • Answer
  • April 26, 2021

Hi @trice602 

 

You can use (and abuse) the padding-bottom property of the .cljsvIntroTitleText definition: 

recording template / clicklearn html video / jsv_styles

 

however, be mindful of just how much padding you apply, since if you are too excessive you might make it so there is not enough room for excessively long titles.

 

I can also recommend you switch to using vw instead of px since it will better scale with device types, like tablets, phones, laptop screens, desktop screens, and projectors.


trice602
Rising Star
Forum|alt.badge.img+2
  • Author
  • Rising Star
  • April 26, 2021

Thank you!  Helpful! :grinning:   This community board is AMAZING !!!


Morten
Community Manager
Forum|alt.badge.img
  • Community Manager
  • April 27, 2021

Anytime! @trice602 i’m glad you enjoy it :smile: