Category View in Rows instead of columns

Phoca Download - download manager
aran.gibbs
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 07 Mar 2017, 17:29

Category View in Rows instead of columns

Post by aran.gibbs »

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

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2735
Joined: 28 Nov 2010, 17:20

Re: Category View in Rows instead of columns

Post by christine »

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
aran.gibbs
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 07 Mar 2017, 17:29

Re: Category View in Rows instead of columns

Post by aran.gibbs »

Christine,

You are a STAR.. thank you very much that worked like a charm!

Aran
christine
Phoca Hero
Phoca Hero
Posts: 2735
Joined: 28 Nov 2010, 17:20

Re: Category View in Rows instead of columns

Post by christine »

Hi Aran,

thanks for your information.

Kind regards, Christine
Post Reply