Viewing 6 replies - 1 through 6 (of 6 total)
  • What Theme do you use?

    Emil

    Hi I found a good Fix for it, just add this to your theme style.css :

    .tubepress_normal_embedded_wrapper, .tubepress_thumbnail_area {width:auto!important;}
    .tubepress_thumb {
    		width: 106px;
    		height: 96px;
        margin: 0 9px 13px 9px; /*Specified: top right bottom left*/
    	}
    .tubepress_container {
    		width: 100%    !important;
      		height: 75%   !important;}
    .youtube-player {
    		width: 100%    !important;
    		height: 75%   !important;
    }

    Hi I found a good Fix for it, just add this to your theme style.css :

    .tubepress_normal_embedded_wrapper, .tubepress_thumbnail_area {width:auto!important;}
    .tubepress_container {
    width: 100% !important;
    height: 75% !important;}
    .youtube-player {
    width: 100% !important;
    height: 75% !important;
    }

    Hi I found a good Fix for it, just add this to your theme style.css :

    .tubepress_normal_embedded_wrapper, .tubepress_thumbnail_area {width:auto!important;}
    .tubepress_container {
    		width: 100%    !important;
      		height: 75%   !important;}
    .youtube-player {
    		width: 100%    !important;
    		height: 75%   !important;
    }

    Ty iman021, that worked.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: TubePress] Not Working With Responsive Theme’ is closed to new replies.