Div categories problem

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
holysjit
Regular
Posts: 131
Joined: Sun Apr 08, 2007 9:47 am

Div categories problem

Post by holysjit »

Hi, my website (www.thejokers.nl) uses the Andreas08 template.

I have a small problem. I have 'categorie-images' and everything works fine. But when you click above the 'categorie-image', it's the same div.

Ok, it's hard to explain. I will explain this with help of this screenshot.
http://img250.imageshack.us/img250/1393/naamloosnz3.png
When you click in the box with number one you will go to the page where you will find all posts tagged with videos. When you click in the second box you will go to the posts I tagged with 'Komisch' (dutch word). When you click in the box with the number three, you will go to the posts I tagged with 'Japanse TV' (dutch words).

I tried to find the DIV (mybey its not a DIV) to change the 'height', but I cant find it. Also the text-align is messed up if I uses too much categories!

Is it possible only when you click on the 'categorie-image', you go to the proper page, and not when you click above that image?

Hopefully you understand my problem....

Thanks
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Div categories problem

Post by yellowled »

holysjit wrote:I tried to find the DIV (mybey its not a DIV) to change the 'height', but I cant find it. Also the text-align is messed up if I uses too much categories!
Your stylesheet has a huge padding-top (175px) for #content img.serendipity_entryIcon - I suppose that's a typo. Reducing this padding-top to a sensible value should do the trick, if I understand what you're looking for :)

YL
holysjit
Regular
Posts: 131
Joined: Sun Apr 08, 2007 9:47 am

Post by holysjit »

yellowled wrote:
holysjit wrote:I tried to find the DIV (mybey its not a DIV) to change the 'height', but I cant find it. Also the text-align is messed up if I uses too much categories!
Your stylesheet has a huge padding-top (175px) for #content img.serendipity_entryIcon - I suppose that's a typo. Reducing this padding-top to a sensible value should do the trick, if I understand what you're looking for :)

YL
I change the height, but then the 'categorie-images' will move more up. But I want it on the same place..
Don Chambers
Regular
Posts: 3659
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

Change it from padding-top to margin-top.
=Don=
holysjit
Regular
Posts: 131
Joined: Sun Apr 08, 2007 9:47 am

Post by holysjit »

Solved! thanks.
Post Reply