reduce white spaces in record button and more

I team,

I am using H5p in my wodpress website : https://www.fluencyjet.com

the problem is its occupying more height and i ried reducing width in css but nothing worked. Tries this too https://github.com/h5p/h5pmods-wordpress-plugin/blob/master/h5pmods.php#...

This too has no effect on height. see sample page : https://www.fluencyjet.com/test-h5p/

https://www.fluencyjet.com/french-numbers-1-to-10/

 

i need to display h5p contents which occupy 100% width but lesser in height. Help me out in this. MORE URGENT. TIA

icc's picture

You should consider changing the following rule in your theme's CSS:

.entry-content {
    width: 50% !important;
}

Using '!important' is not a good practice.