Gossamer Forum
Home : Products : Gossamer Links : Discussions :

making 2 col on home page

Quote Reply
making 2 col on home page
I can`t making 2 col on home page and other.
use links sql 3.1.0 and yahoosubcat plugin
http://www.pautina.net/...inks/page.cgi?g=;d=1
where problem?

home page:
Code:
<%loop category_loop%>
<%~set splitmod = $row_num % $split%>
<%~if row_num == 1 or splitmod == 1 or split == 1%><dl><%endif%>
<%~include subcategory.html%>
<%~if row_num == $category_loop.length or splitmod == 0%></dl><%endif%>
<%~endloop%>



luna.css:
Code:

#home dl, #category dl {
margin: 10px 0px 0px 0px;
width: 49%;
float: left;
}



where need change? pls help

Last edited by:

halahan: Apr 30, 2006, 9:35 AM
Quote Reply
Re: [halahan] making 2 col on home page In reply to
Have you checked how many columns you have set in globals .. home_category_cols
Quote Reply
Re: [Alba] making 2 col on home page In reply to
in globals I`m add and set home_category_cols=2 and category_cols=2
Quote Reply
Re: [halahan] making 2 col on home page In reply to
pls HELP!

I have columns apeak, but me need horizontally...

Quote Reply
Re: [halahan] making 2 col on home page In reply to
Try lowering the column width: eg. width: 48%.

Adrian