Width of Box in category view
- gefahrensucher
- Phoca Member
- Posts: 26
- Joined: 21 Mar 2008, 23:08
Width of Box in category view
Hi there,
seems my eyes are getting worse
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?
Thanks and best regards
Maik
seems my eyes are getting worse
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?
Thanks and best regards
Maik
Tags:
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Width of Box in category view
Hi Maik,
Try it in this way (at the end of your template.css resp. custom.css):
Try it in this way (at the end of your template.css resp. custom.css):
Kind regards, Christinediv.pg-cv-box.item {
width:300px; }
- gefahrensucher
- Phoca Member
- Posts: 26
- Joined: 21 Mar 2008, 23:08
Re: Width of Box in category view
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
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
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Width of Box in category view
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
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
- gefahrensucher
- Phoca Member
- Posts: 26
- Joined: 21 Mar 2008, 23:08
Re: Width of Box in category view
It's complicated
I sent You a PM.
I sent You a PM.
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Width of Box in category view
Hallo Maik,
sollte so funktionieren:
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
sollte so funktionieren:
Code: Select all
.pg-csv-box {
max-width: 150px !important;
}
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
- gefahrensucher
- Phoca Member
- Posts: 26
- Joined: 21 Mar 2008, 23:08
Re: Width of Box in category view
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
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
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Width of Box in category view
Hallo Maik,
na wunderbar Wegen dem: /de:
LIebe Grüße, Christine
na wunderbar Wegen dem: /de:
Du kannst es ja de-aktivieren.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.
LIebe Grüße, Christine
- gefahrensucher
- Phoca Member
- Posts: 26
- Joined: 21 Mar 2008, 23:08
Re: Width of Box in category view
Okay, damit werde ich mich noch mal auseinandersetzen, danke
-
- Phoca Member
- Posts: 12
- Joined: 03 Jan 2018, 16:06
Re: Width of Box in category view
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.
Ich habe das selbe Problem, wie oben beschrieben. Die Änderungen in der template.css haben keine Auswirkungen.