robfoster
Member
Posted 4 months ago #
Hi
Im using tube press for my videos on my site here
http://www.robfostermusic.co.uk/video/original-songs/
and here
http://www.robfostermusic.co.uk/video/cover-versions/
The text underneath the thumbnails cuts off on the right hand side of some of the videos, could anyone tell me what the css command is to decrease the margin on the left hand side so that the text shouldn't cut off on the right?
http://wordpress.org/extend/plugins/tubepress/
robfoster
Member
Posted 3 months ago #
I also have the same problem. Title text is not wrapping correctly, it is cutting off on right side. Left side it has some margin/pad. How to align this best ? tried to tweat css with no luck
found the fix myself.
open the file wp-content/plugins/tubepress/sys/ui/themes/default/style.css
if you are using a different theme, then open the css file in that directory.
Search for dl.tubepress_meta_group
change width: 100%; to width: 90%;
that's it it will not cut-off meta group details (title/description) any more. You can adjust the width % as you need.
robfoster
Member
Posted 2 months ago #
I've stopped using tube press because of this problem, moved ver to jw player, but now there's a fix I think I will try it again, I really liked tube press apart from this issue.