• Resolved vickywu

    (@vickywu)


    I am attempting to edit the CSS to change the content box. I have 3 episodes chosen, but the player still has a height tall enough for 5. I would like to close that up and remove the blank area underneath the 3rd episode, but haven’t found the exact settings to be able to do so. Is this something that needs to be done in a PHP file instead? A screenshot is here: https://snag.gy/6gnND3.jpg

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Veda

    (@vedathemes)

    Hi there,

    Thanks for using this plugin.

    Try this solution,

    1. Go to WordPress Dashboard.
    2. Navigate to Appearance > Customize > Additional CSS
    3. Copy paste following css in the Additional CSS field,

    @media only screen and (min-width: 640px) {
    	.wide-player .episode-list__wrapper,
    	.wide-player .episode-list__search + .episode-list__wrapper {
    		height: auto;
    	}
    	.wide-player .episode-single__wrapper {
    		height: auto;
    	}
    }

    Note You won’t see any change at this point. Just follow step 4.
    4. Click Publish button.
    5. Reload the page.

    Just try and see if it works. If not, please inform and we will try some other solution.

    Thanks

    Thread Starter vickywu

    (@vickywu)

    Yes, that’s much closer to what I was needing. I had tried so many variations of this and none got quite right. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Player box height’ is closed to new replies.