Page 1 of 1

Display Categories Floating

Posted: 02 Nov 2009, 17:43
by miux
Hi!

I'm trying to get the category list floating. At the moment there are some columns, which I can't disable.
Unfortunatly I'm unable to post a link since the gallery is locked (customers wish).

What I want is the same appereance as the images (thumbs) IN the category. Like 1 column but every category is floating.

I hope you understand what I mean, I tried to explain it simple.

Am I missing something here or is this not possible?

Thanks in advance,
miux

Re: Display Categories Floating

Posted: 04 Nov 2009, 17:52
by miux
Add: i also tried to change the template, but the "error" occurs with every template.
The blocks/columns that were made, are looking like this:

Code: Select all

<div style="margin: 10px; position: relative; float: left;">
If it helps, I'll post an image of my problem to explain it more.

Thanks in advance

Re: Display Categories Floating

Posted: 05 Nov 2009, 13:12
by Jan
Hi, you can create a menu link to category and take this category as root or you need to change the template of the categories view:

components/com_phocagallery/views/categories/tmpl/default.php

or you can override this file by your own in template (search MVC template overriding of component default.php files)

Jan