Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1838775
Increase the height of Penci video playlist
Closed

Comments

  • ratheeshvnair started the conversation

    Hello

    I have a penci video list using style 11 as attached. As of now its height is lesser that it only shows 3 videos (without scrolling) as thumb nail on the right side scroll list however I need to show 5 videos in home view itself without needing to scroll down. For that , can you suggest me how to increase the height of this module to include 5 videos ?


    thanks

    ratheesh 

  •  501
    Penci replied

    Hi,

    Please go to Customize > Addtional CSS, then add custom  css to do that:

    .penci-videos-playlist .fluid-width-video-wrapper {
        padding-top: 100.25%!important;
    }

    Best Regards,

    PenciDesign


  • ratheeshvnair replied

    it worked, thank you but the problem is that another Penci video list in the same page for which i did not want to increase the height also got affected with this code. Can you advise how to increase height only for a specific Video list ?

  •  501
    Penci replied

    Hi,

    Please try edit Penci Videos playlist, then go to Genneral Tab and scrolldown add extra class "custom-video-block" as screenshot http://prntscr.com/m2eb8r

    Then click Page setting button and add custom code css ( http://prntscr.com/m2ecru )

    .custom-video-block.penci-videos-playlist .fluid-width-video-wrapper {
        padding-top: 100.25%!important;
    }

    If it not working, please send me  your website management information ( admin url site, username and password ). I will check it help you.


    Best Regards,

    PenciDesign