Page 1 of 1

Category List View

Posted: 06 Sep 2010, 16:27
by carol
Hello,

i have a little problem with the category thumbnail list view.
I read carefully this two pages:

https://www.phoca.cz/documents/16-joomla ... -in-joomla
and
https://www.phoca.cz/documents/2-phoca-g ... -menu-item

I know that i can set in the settings a margin and a padding. But in my case and for my template i only need a margin-right and a margin bottom. Is this also possible?

Also the space of the thumbnail:hover including the border is possible to edit but not to turn off.

for any advise, i'm happy.
all the best carol

Re: Category List View

Posted: 07 Sep 2010, 10:38
by carol
nobody have any idea? or is the solution to simple?
cheers carol

Re: Category List View

Posted: 14 Sep 2010, 20:35
by Jan
Hi, if you want to set only right value, then this needs to be customized in the code - in css but in html(php) too - the style is set in html because of parameters, e.g.

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

You can hide the hover if you set "transparent" value (search this forum for more info) in Parameters.


Jan