Page 1 of 1

New Popular Entries Update

Posted: Tue May 19, 2009 3:27 pm
by justgetthere
The new update doesn't have a space between entries and the width seems smaller, making the links all close together and visually hard to differentiate.

Can someone fix this or are there links to the previous version because I liked that one just fine.

Thanks

Re: New Popular Entries Update

Posted: Tue May 19, 2009 4:17 pm
by garvinhicking
Hi!

The new output uses semantically more fitting <ul> output. When you update your core serendipity version, the required CSS for that is contained.

Else you would need to edit the style.css file of your template and add:

Code: Select all

.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.plainList li {
  margin-top: 1em;
}
this should change your display a lot. If that doesn'T help, please tell us your URL so that we can tell you which CSS to use.

Regards,
Garvin

Re: New Popular Entries Update

Posted: Tue May 19, 2009 4:34 pm
by justgetthere
Thanks for the quick reply, I still need to update to the newest version. I will see how it goes.

Thanks

BTW

My site is http://justgetthere.us