Hi,
Love this component!
I have a site I'm building it into at the moment and the category view currently show in columns with the sub-cats under each. Is there a way I can have each category on its own row rather than column.
Current Version: https://www.sos-webdesign.co.uk/current.png
Desired Version: https://www.sos-webdesign.co.uk/desired.png
I believe the layout of this page is controlled from com_phocadownload/views/categories/tmpl/default.php but I don't know what in there to change to make them show as i need them.
Please help.
Thanks,
Aran
Category View in Rows instead of columns
-
- Phoca Newbie
- Posts: 9
- Joined: 07 Mar 2017, 17:29
-
- Phoca Hero
- Posts: 2872
- Joined: 28 Nov 2010, 17:20
Re: Category View in Rows instead of columns
Hi Aran,
to see it in real, would be easier (to check e.g. with firebug-inspector). Therefore just an idea.
phocadownload.css / line 242 (from demo).
#phoca-dl-categories-box div.pd-categoriesbox {
width: 28%;
position: relative;
/* float: left;*/
margin: 1%;
padding: 1%;
}
commented out: see red.
or: width: 100%;
Kind regards, Christine
to see it in real, would be easier (to check e.g. with firebug-inspector). Therefore just an idea.
phocadownload.css / line 242 (from demo).
#phoca-dl-categories-box div.pd-categoriesbox {
width: 28%;
position: relative;
/* float: left;*/
margin: 1%;
padding: 1%;
}
commented out: see red.
or: width: 100%;
Kind regards, Christine
-
- Phoca Newbie
- Posts: 9
- Joined: 07 Mar 2017, 17:29
Re: Category View in Rows instead of columns
Christine,
You are a STAR.. thank you very much that worked like a charm!
Aran
You are a STAR.. thank you very much that worked like a charm!
Aran
-
- Phoca Hero
- Posts: 2872
- Joined: 28 Nov 2010, 17:20
Re: Category View in Rows instead of columns
Hi Aran,
thanks for your information.
Kind regards, Christine
thanks for your information.
Kind regards, Christine