Page 1 of 1

Can you set the Category List row height?

Posted: 13 Dec 2014, 23:00
by heyitsben
I see where to set the column width, but what about the row height? I have a randomly selected image showing for the link, and some images are not the same size. This leads to misaligned row heights. Is there a way to fix this? Thanks!!

Image

Re: Can you set the Category List row height?

Posted: 13 Dec 2014, 23:23
by Benno
Hi,
can you post the URL please?

Kind regards,
Benno

Re: Can you set the Category List row height?

Posted: 15 Dec 2014, 07:47
by heyitsben
Hi, here is a link:

http://www.silverset.net/travel/states

If you keep refreshing the page, the row heights will change when the photo sizes change.

Thanks for the response!

Re: Can you set the Category List row height?

Posted: 15 Dec 2014, 12:46
by Benno
Hi,
/templates/siteground-j15-68/css/template.css
Line 15
Change:

Code: Select all

body {
    color: #c0c0c0;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}
TO:

Code: Select all

body {
    color: #c0c0c0;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 13px;
    line-height: 120px;
    margin: 0;
    padding: 0;
}
Kind regards,
Benno

Re: Can you set the Category List row height?

Posted: 16 Dec 2014, 00:40
by heyitsben
Hi, this does fix the problem! But it also affects all of the text on the website, so the spacing is very big. Is there another way?

Image

Re: Can you set the Category List row height?

Posted: 26 Jan 2015, 23:26
by heyitsben
Hi Benno, thanks for the response, and sorry for the late reply as I have been traveling.

This solution does work, but it affects the text on the entire website, so all of the text is spaced out very far. Is there another solution, or is there a way to apply this solution to only the Category List pages?

Thanks again,
Ben

Re: Can you set the Category List row height?

Posted: 27 Jan 2015, 22:57
by Benno
Sorry, I don't know an other way.. :idea:

Kind regards,
Benno

Re: Can you set the Category List row height?

Posted: 28 Jan 2015, 01:23
by christine
Hi Ben,

it seem to be an old(er) version of phoca.

Try following:
at the end of template.css:

Code: Select all

div#phocagallery {
  line-height:120px;
 }
regards, Christine

Hi Benno :|

Re: Can you set the Category List row height?

Posted: 28 Jan 2015, 17:02
by Benno
Hi Christine :) :)

Re: Can you set the Category List row height?

Posted: 03 Feb 2015, 20:50
by heyitsben
christine wrote:Hi Ben,

it seem to be an old(er) version of phoca.

Try following:
at the end of template.css:

Code: Select all

div#phocagallery {
  line-height:120px;
 }
regards, Christine

Hi Benno :|

This worked, thank you!!!