PDA

View Full Version : Category Page


vjsphotos
Apr-22-2007, 04:40 PM
When I have four galleries on a category page, these is WAY too much space between the first line of 3 galleries and the next line of galleries.

I want to reset this so that there is (or will be) less space between these lines in ALL of my catagories (and future categories I might add).

Thank you.

richW
Apr-22-2007, 05:18 PM
Look for this line in your css section:
.boxBottom .albumLarge {width:192px; height:350px; text-align:center; margin:0 24px;}

Change the height to 250px (adjust as needed)..

vjsphotos
Apr-22-2007, 05:37 PM
Thanks, I will try that!

vjsphotos
Apr-22-2007, 05:43 PM
Not sure what I changed but it doesn't look like that worked.

I have it down to 10!

And, row 2 still very far away from line 1 - check out Portraits Category.

richW
Apr-22-2007, 06:01 PM
Not sure what I changed but it doesn't look like that worked.

I have it down to 10!

And, row 2 still very far away from line 1 - check out Portraits Category.

I would go with the 250px height.
.boxBottom .albumLarge {width:192px; height:250px; text-align:center; margin:0 24px;}

vjsphotos
Apr-22-2007, 06:40 PM
I did try it - I put it back to 250 (check it out) and still nothing happens!

What now?

richW
Apr-22-2007, 07:01 PM
I did try it - I put it back to 250 (check it out) and still nothing happens!

What now?In the screen grab below, the left is what I'm seeing right now. Thats at a 250px height.
The right image is what 350px height looks like.

gilbert
Apr-22-2007, 09:03 PM
In the screen grab below, the left is what I'm seeing right now. Thats at a 250px height.
The right image is what 350px height looks like.

Hey VJ,

Try logging out to view the page you are working on...I struggled with this for a long time (adjusting the space between rows), but it should show up when you are logged out. You can use the Web Dev tool with FireFox -> "Edit CSS" function to play with the spacing while logged out, and then just copy the code into your CSS box. I am sure there is a way to show the proper spacing when logged in (.loggedIn? someone will know what to add), but I have not done that.

Sometimes I see the pages while logged in and I forget that they do not show the same way when logged out...

Just thought you may want to try that in case it is the issue...

Jen

vjsphotos
Apr-23-2007, 06:16 AM
Jen,
That worked - thanks!

VJ