width of keywords menu in course presentation

Is it possible to change the width?  I want ti use only 4-digit dates as menu tems and am ending up with lots of empty space which I could use in the main page display!

 

Thanks

Content types: 
tomaj's picture

Hi Gody2001,

The only way to do this is to add some css yourself. The process is described here

If you need to target the css to a specific piece of content, you can use the data-content-id attribute.

[data-content-id="21180"] .h5p-keywords-wrapper {
 width: 100px;
}

- Tom