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

Remove useless space under thumbs


  • Please log in to reply
2 replies to this topic

#1 < no first name > Patrice

< no first name > Patrice

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 09 February 2012 - 11:27 PM

Hi guys,

I try to remove space bellow the thumbs cause I don't use video details as you can see on the caps bellow.

Posted Image

How can I do that ?

Thanks

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 10 February 2012 - 11:54 PM

Hi,

The height that you'll want to control is defined by the "tubepress_thumb" CSS class (defined here). You'll simply want to change the "height" attribute of that class to something smaller. The default is 175px, so try something like this:

.tubepress_thumb {
    height: 90px;
}
As described in the docs, you'll want to make this change is a CSS file that is outside of TubePress so that your changes aren't wiped out when you upgrade TubePress. Make sense?

#3 < no first name > Patrice

< no first name > Patrice

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 11 February 2012 - 04:40 AM

thanks it's working great.