Multi-Column Display for Single Browsing Categories
Sometimes you only have one column for browsing but it's squeezed into a narrow column.
You can scretch it out across the entire page using this CSS customization.
Code
idF1Options{width:950px;}
idF1Options ul
{
width: 70em;
}
idF1Options ul li
{
float: left;
width: 10em;
}
br
{
clear: left;
}
optionLink
{
margin-bottom: 2em;
}
-
Chris Gierymski commented
The directory I refer to is currently in testing mode. Here is the link http://www.nationaldocketing.org/Legal_Marketplace . Thank you.
Chris
-
Frank commented
Could you include a link to your site?
-
Chris Gierymski commented
Hi. I tried this on a directory and it produced different results. Any thoughts?