Change Height
-
Hi
I am trying to change the height of the player to show the whole list of podcasts, but with no success.
I have tried some of the solutions suggested in the other support tickets, but with no luck.It has something to du with the .episode-list__wrapper max-height, and I have tried to overwrite it with below, but it does not seem to have any effect
@media only screen and (min-width: 450px)
.episode-list__wrapper {
max-height: unset;
}When I add the above code in the developer tool in the browser, it works.. but when I add it in to my css file, it does not.
Please Help
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change Height’ is closed to new replies.