Page 1 of 1

Div categories problem

Posted: Sun Sep 09, 2007 12:02 pm
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

Re: Div categories problem

Posted: Sun Sep 09, 2007 12:21 pm
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

Posted: Fri Sep 14, 2007 11:11 am
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..

Posted: Fri Sep 14, 2007 4:31 pm
by Don Chambers
Change it from padding-top to margin-top.

Posted: Fri Sep 14, 2007 5:21 pm
by holysjit
Solved! thanks.