Page 1 of 2

Width of Box in category view

Posted: 27 Aug 2016, 22:53
by gefahrensucher
Hi there,

seems my eyes are getting worse :shock:
I am looking for the option to change the [b]width[/b] of the Box in the category view. There is only a option for the height. I also did not find the possibility in the css-file...
Would You give me a hint please? :idea:

Thanks and best regards
Maik

Re: Width of Box in category view

Posted: 27 Aug 2016, 23:14
by christine
Hi Maik,

Try it in this way (at the end of your template.css resp. custom.css):
div.pg-cv-box.item {
width:300px; }
Kind regards, Christine

Re: Width of Box in category view

Posted: 27 Aug 2016, 23:21
by gefahrensucher
Hey Christine,

thanks for the quick response!
Just tried it but it did not work for me.
I am not sure, wich css file You mean... From Phoca Gallery or from my Joomla template?

Thank You!
Maik

Re: Width of Box in category view

Posted: 27 Aug 2016, 23:54
by christine
Hi Maik,

just add it at the end of your main css of your template. Mostly: template.css, or you have: custom.css. Depends on your template!

Maybe you have to add an !important, such as: width:300px !important;
The reason is, that some codes are inserted in index.php and/or Inline-CSS of templates and takes precedence.

Or you show us your URL :-)

Kind regards, Christine

Re: Width of Box in category view

Posted: 28 Aug 2016, 01:19
by gefahrensucher
It's complicated ;-)
I sent You a PM.

Re: Width of Box in category view

Posted: 28 Aug 2016, 13:02
by christine
Hallo Maik,

sollte so funktionieren:

Code: Select all

.pg-csv-box {
max-width: 150px !important;
}
in diese custom_12.css .....

da aber die phoca_thumbs_m_xxx.jpg eine Größe von 100x100 haben, sind dieser natürlich kleiner als die Box.
Vielleicht auf: 150x150 Breite ändern (Thumbnails): > Bilder und Detail Fenstergröße - Einstellungen > http://www.reisefotografien.eu/phoca-be ... t-joomla-3

allerdings müsste bei Größenänderung der Thumbnails, zuerst die alten via FTP gelöscht & dann die neuen neu geniert werden.

Liebe Grüße, Christine

Re: Width of Box in category view

Posted: 28 Aug 2016, 13:06
by gefahrensucher
Hey, fantatstisch, damit hat es funktioniert :-)
Vielen lieben dank!
Die Thumbs mache ich dann noch mal neu, das ist das kleinste Problem.
Klasse, danke für den tollen Support!

Viele Grüße
Maik

Re: Width of Box in category view

Posted: 28 Aug 2016, 18:26
by christine
Hallo Maik,

na wunderbar :-) Wegen dem: /de:
System - Sprachenfilter
Dieses Plugin filtert die angezeigten Inhalte je nach Sprache.
Dieses Plugin ist nur aktiv, wenn das „Sprachauswahl“-Modul veröffentlicht wird.
Wenn dieses Plugin aktiviert wird, sollte das Administratormodul „Mehrsprachenstatus“ auch veröffentlicht werden.
Du kannst es ja de-aktivieren.

LIebe Grüße, Christine

Re: Width of Box in category view

Posted: 28 Aug 2016, 19:25
by gefahrensucher
Okay, damit werde ich mich noch mal auseinandersetzen, danke :-)

Re: Width of Box in category view

Posted: 29 Jan 2018, 19:46
by truecria
I have the same problem with the width of box in category view. The changes into template.css have no effect.
Ich habe das selbe Problem, wie oben beschrieben. Die Änderungen in der template.css haben keine Auswirkungen.