The problem i have is the length of titles. They are sometimes 1 row or 2 rows and i want to make always 2 rows since if they changed
the other fields in views are not at the same row. Here is the website(you may look my problem with videos are not at the same row):

http://nbavideolari.byethost24.com/

Comments

mndonx’s picture

Hi atamanbasar - I'm getting a "Site Offline" message on your website, so I can't see, but there are a few options. Is it a view of videos? If you post a screenshot I can make some suggestions.

atamanbasar’s picture

thank you man for your interest
yes it is a view of videos with titles of the videos and titles make the problem
my site gives an important error and i could not fix the problem and i got very angry so i have deleted my site but i have created a new one :
http://nbasever.phpnet.us/
you can see my problem here. the videos are not exactly at the same row since some titles are 1 row though somes are 2 rows. thanks

mndonx’s picture

This won't help much if you ever have titles longer than 2 lines, but as a quick fix, you can give your title wrapper this CSS to keep it a set height:

span.views-field-title {
  display:block;
  height:40px; /* or whatever height you need it to be */
  min-height:40px; /* same as above */
}
atamanbasar’s picture

thank you man
this helps me to fix the problem
i have try to fix this problem for 2 days
thank you very much