Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Space between thumbnails and video Title css [SOLVED]


  • Please log in to reply
2 replies to this topic

#1 M G1359656511

M G1359656511

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 30 August 2012 - 01:37 PM

Hi!

I've been searching but I didn't find anything related to this, if there's other topic already, I'm sorry!

I don't know how to style the title of the video (font, color, weight, size), and how to reduce the space between the thumbnails. I just want the thumbsnails to show with any title, description etc, but without it there is a big gap between the lines that I would like to reduce and I don't know how.

Any help would be appreciated... thanks in advance x.

Posted Image

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 31 August 2012 - 08:10 PM

Hi,

This can be accomplished with just CSS. Try adding the following CSS:

.tubepress_thumb {
    height: 90px ! important;
}
That should take the row height down from its default size of 175px to 90px. I would recommend adding this CSS to a file outside of TubePress so that your edits don't get wiped out when TubePress is upgraded.

Does that make sense? Let me know and I'll be glad to assist. Thanks!

#3 M G1359656511

M G1359656511

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 09 September 2012 - 05:03 AM

Yes! Thank you so much xx.