Moving item footer

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Guest

Moving item footer

Post by Guest »

On our blog I noticed that people are commenting to the wrong items and it seems to be because the item fotter with the comment, name, trackback etc is under a line under the post. This then makes it look like the footer is actually the header of the next post.

Is there a way to change this so the line is under footer?

Also is there a way to edit the page title so it's not just the name of the blog?

I'm new to all this so sorry for the dumb questions.
tadpole
Regular
Posts: 88
Joined: Fri Oct 08, 2004 6:20 am
Location: 33°6'4.079" North, 117°3'6.563" West
Contact:

Post by tadpole »

Sure, you just have to change the theme a bit. Which theme are you using? If it's custom, what's the URL for your blog?
Guest

it's a custom theme

Post by Guest »

you can see it here:

http://www.bigqueer.com
tadpole
Regular
Posts: 88
Joined: Fri Oct 08, 2004 6:20 am
Location: 33°6'4.079" North, 117°3'6.563" West
Contact:

Post by tadpole »

Okay inside the div.serendipity_entryFooter block, change

Code: Select all

border-top: 1px solid #69C;
to

Code: Select all

border-bottom: 1px solid #69C;
Post Reply