I have a couple of Phoca Download installations on different sites.
On one site, the list of categories menu view displays the groupings of categories in 3 columns. This site does that:
https://grubersystems.com/support/docs
On a new installation on another site, that same menu and Option configuration results in a single column (fairly long).
http://marshallgruber.com/support/docdownload
I have been through ALL the "Option" settings, and the "Layout" settings, and I cannot figure out how I set up the first group in 3 columns.
What am I missing?
Thanks
Gary
Want to list my "List of Categories" view in 2 or 3 columns
-
- Phoca Member
- Posts: 13
- Joined: 21 Sep 2016, 03:49
-
- Phoca Hero
- Posts: 2857
- Joined: 28 Nov 2010, 17:20
Re: Want to list my "List of Categories" view in 2 or 3 columns
Hi Gary,
The differences might be here - between a) and b):
a) div.g block resp. 1200, div.span12 apprx. 1150 width
b) div.g-content appr. 854px. In addition on the left side: g-sidebar.
in generell for a) and b) phocadownload.css:
but in b) above will be overwritten from custom.scss: http://marshallgruber.com/templates/rt_ ... ustom.scss
Kind regards
Christine
The differences might be here - between a) and b):
a) div.g block resp. 1200, div.span12 apprx. 1150 width
b) div.g-content appr. 854px. In addition on the left side: g-sidebar.
in generell for a) and b) phocadownload.css:
Code: Select all
#phoca-dl-categories-box div.pd-categoriesbox {
width: 28%;
position: relative;
float: left;
margin: 1%;
padding: 1%;
}
Code: Select all
#phoca-dl-categories-box div.pd-categoriesbox {
width: 50%;
}
Kind regards
Christine