• Resolved Mike Smith

    (@daledubilowski)


    I was struggling with how to change the default settings from 3 videos per row, to 4 videos per row.

    Turns out it’s super easy:

    Open UI>GALLERY>CSS in the plugin folder then find this:

    .tubepress_thumb {
    float: left;
    width: 33%;
    line-height: 1.1em;
    font-size: 11px;
    height: 175px;
    overflow: hidden;
    }

    change from 33% to 25% then save – simple as that!

    http://wordpress.org/extend/plugins/tubepress/

  • The topic ‘[Plugin: TubePress] How to change the number of videos per row’ is closed to new replies.