Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #293997
    riffwraith
    Participant

    Hi

    I have a playlist on one of my pages, and it does not go down far enough; the very bottom is cut off. When I look at “edit html:, I see:

    <p>[cue id=”445″]</p>
    <p style=”text-align: center;”> </p>
    <p style=”text-align: center;”> </p>

    I am looking for the code to increase the size. I would like to try and figure out how to alter the code on my own, but am having a problem finding it, and was hoping someone could point me in the right direction.

    Thanks in advance.

    https://jeffreyhayat.com/folio/

    #294020
    Skandha
    Participant

    @riffwraith: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .cue-tracks {
        max-height: unset !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #294141
    riffwraith
    Participant

    Beautiful – thanks so much! 🙂

    #294159
    Skandha
    Participant

    @riffwraith: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/rock-band/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Expanding my playlist’ is closed to new replies.