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

Empty Spaces In The Gallery View


Best Answer eric, 04 February 2013 - 08:29 PM

I would add the following CSS rule to the bottom of your theme's style.css (wp-content/themes/tribune1/style.css):

 

.tubepress_thumb {

    height: 270px ! important;
}

 

That will fix the height of the rows so there are no gaps. Screenshot: http://i.imgur.com/STgoT1W.jpg

 

Give that a try?

Go to the full post


  • Please log in to reply
4 replies to this topic

#1 Slawa Gorobets

Slawa Gorobets

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 03 February 2013 - 01:30 PM

Why are those empty spaces take place on the gallery page and how to get rid of it? Thanks!

Attached Files



#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 03 February 2013 - 03:19 PM

Hi,

 

This is likely just a simple CSS issue that we could diagnose remotely. Could you share a link to your gallery so we could take a first-hand look? Thanks!



#3 Slawa Gorobets

Slawa Gorobets

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 04 February 2013 - 01:38 AM

Hi,

 

This is likely just a simple CSS issue that we could diagnose remotely. Could you share a link to your gallery so we could take a first-hand look? Thanks!

 

http://golosnoy.com....y.com.ua/видео/

 

Thanks!



#4 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 04 February 2013 - 08:29 PM   Best Answer

I would add the following CSS rule to the bottom of your theme's style.css (wp-content/themes/tribune1/style.css):

 

.tubepress_thumb {

    height: 270px ! important;
}

 

That will fix the height of the rows so there are no gaps. Screenshot: http://i.imgur.com/STgoT1W.jpg

 

Give that a try?



#5 Slawa Gorobets

Slawa Gorobets

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 05 February 2013 - 03:43 AM

I would add the following CSS rule to the bottom of your theme's style.css (wp-content/themes/tribune1/style.css):

 

.tubepress_thumb {

    height: 270px ! important;
}

 

That will fix the height of the rows so there are no gaps. Screenshot: http://i.imgur.com/STgoT1W.jpg

 

Give that a try?

 

Thanks! Fixed.