• Resolved jeskrist

    (@jeskrist)


    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)
  • Plugin Author Veda

    (@vedathemes)

    Hi there,

    Thanks for trying podcast player.

    Following CSS (Which is almost similar to what you mentioned above). Try and inform if it is working for you,

    @media only screen and (min-width: 450px) {
      .episode-list__wrapper {
        max-height: unset !important;
      }
    }

    Inform me for more help.

    Thanks,

    Thread Starter jeskrist

    (@jeskrist)

    Fantastic !!
    Thank you very much !!

    Plugin Author Veda

    (@vedathemes)

    Welcome.

    Inform for more help.

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Height’ is closed to new replies.