Notifications
Clear all
Topic starter
I'm editing the jelli skin by Kali and have been unsuccessfully trying to work out how to edit the drop down boxes you get at the top of the page content for a number of the browse by pages. I've just not been able to find the code to change this.

I want to
a) centre the drop down boxes to be in line with the results content
b) change their spacing so there's 3 per line
Posted : 02/08/2008 7:11 am
The div for the sort boxes iis #sortform, you can add
#sortform {text-align: center;}
to center it. I'm not sure how you'd go about putting 3 per line.
Skins made by Kali are no longer supported!
Posted : 03/08/2008 3:24 pm
Topic starter
Thank you! Centering has improved it quite a bit I'd say, so never mind about the other idea. π
Posted : 04/08/2008 3:37 pm
