Gossamer Forum
Home : Products : Gossamer Links : PHP Front End :

How do I list the categories in 2 columns instead of 1

Quote Reply
How do I list the categories in 2 columns instead of 1
Hello there take a look at http://www.dockdir.com

how do I list the categories in 2 columns instead of 1?

I tried changing the category_cols and home_category_cols - that doesn't help..

any other ideas?

thanks
http://www.FindSP.com - Hosting Directory
Quote Reply
Re: [FindSP.com] How do I list the categories in 2 columns instead of 1 In reply to
I assume this is just a glinks 3.x questions and not a Links SQL PHP front end question. You also need to change the corresponding CSS to change the column layout. Take a look luna_core.css (search for home_category_cols). For the home page, you'll need to change #home dl { width: ... }

Adrian
Quote Reply
Re: [brewt] How do I list the categories in 2 columns instead of 1 In reply to
In Reply To:
I assume this is just a glinks 3.x questions and not a Links SQL PHP front end question. You also need to change the corresponding CSS to change the column layout. Take a look luna_core.css (search for home_category_cols). For the home page, you'll need to change #home dl { width: ... }


I'm a real newbie in this - I'll be more than happy if you could guide me through it, because I spent a lot of mney on the design and this is the only bug that really bothers me.

it says also that luna will replace itself in the next update so can I make the change there?

also what exactly should I add and where..

thanks
http://www.FindSP.com - Hosting Directory
Quote Reply
Re: [FindSP.com] How do I list the categories in 2 columns instead of 1 In reply to
Oops, I meant, look at the comment in luna.css.

Adrian
Quote Reply
Re: [brewt] How do I list the categories in 2 columns instead of 1 In reply to
but change it to what?
http://www.FindSP.com - Hosting Directory
Quote Reply
Re: [FindSP.com] How do I list the categories in 2 columns instead of 1 In reply to
It depends on your site (since you aren't really using the luna templates), but the default for the luna template set uses #category dl { width: 49% }

Adrian