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
New Popular Entries Update
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: New Popular Entries Update
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:
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
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;
}
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
justgetthere
- Regular
- Posts: 20
- Joined: Tue May 19, 2009 3:21 pm
Re: New Popular Entries Update
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
Thanks
BTW
My site is http://justgetthere.us