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

Thumbnail title is not aligning with the thumbnail


  • Please log in to reply
1 reply to this topic

#1 Jason lynch

Jason lynch

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 16 February 2012 - 01:23 PM

Hey I am new to Tubepress, and I have spent hours trying to find an option for this issue. I have searched the forum here and not found anything. my website is http://www.gymjason.com my thumbnails have the title description at the bottom of the thumbnail, but it centers automatically making the text go over the thumnail size. the title seems to be shifted right slightly. I need help fixing this, it is annoying! :p

http://gymjason.com/...cises/tutorials <------------- Link to tubepress gallery on my website.

thanks

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 20 February 2012 - 09:58 PM

Hi,

First I need to apologize for my delay in response!

We can definitely fix the alignment of your thumbnails with the corresponding video meta info below. I think it's as simple as a simple CSS change. You'll want to adjust the "padding" attribute of the "tubepress_meta_group" CSS class. By default it's set to "0 5%", but you'll want to simply set it to zero. e.g

.tubepress_meta_group {
    padding: 0;
}
As described in the docs, you'll want to make this CSS change somewhere external to TubePress so that the changes don't get wiped out when you upgrade TubePress. Does this make sense? Let me know if you have any questions on how to do this and I'll be glad to assist. Thanks!