Announcement

#1 2023-01-17 22:36:23

BigIsland270972
Member
Norway
2022-03-15
374

[resolved] How do I display more than one column in TAG list Bootstrap Darkroom

Hello/Hi/Greetings,

How do I display more than one column in TAG list Bootstrap Darkroom (ALL TAGS not cloud)

piwigo  13.4

Piwigo URL: https://www.fotoarkiv.no/tags.php?display_mode=letters


Piwigo 14.0 | https://fotoarkiv.no | https://foto.arki.vet | http://Bergen.gallery  | http://Ålesund.gallery | http://geiranger.gallery | http://fjord.photos | http://foto.oslo.no
Apache | PHP 8.1 | MariaDB

Offline

 

#2 2023-01-17 22:46:07

BigIsland270972
Member
Norway
2022-03-15
374

Re: [resolved] How do I display more than one column in TAG list Bootstrap Darkroom

$conf['tag_letters_column_number'] = 4; DOES Not work in Bootstrap  Darkroom


Piwigo 14.0 | https://fotoarkiv.no | https://foto.arki.vet | http://Bergen.gallery  | http://Ålesund.gallery | http://geiranger.gallery | http://fjord.photos | http://foto.oslo.no
Apache | PHP 8.1 | MariaDB

Offline

 

#3 2023-01-18 08:46:27

hannah
Piwigo Team
2019-04-24
56

Re: [resolved] How do I display more than one column in TAG list Bootstrap Darkroom

Hi,
Another option to display them in columns is through CSS, here is what you could do :

#theTagsPage #tagLetters .card {
    width: 23% !important;
    display: inline-block !important;
}

Then you can adjust the width to have as many columns as you wish

Offline

 

#4 2023-01-18 15:50:31

BigIsland270972
Member
Norway
2022-03-15
374

Re: [resolved] How do I display more than one column in TAG list Bootstrap Darkroom

hannah wrote:

Hi,
Another option to display them in columns is through CSS, here is what you could do :

#theTagsPage #tagLetters .card {
    width: 23% !important;
    display: inline-block !important;
}

Then you can adjust the width to have as many columns as you wish

Hello Hannah
Exactly what I was looking for! MANY THANKS!
Robert


Piwigo 14.0 | https://fotoarkiv.no | https://foto.arki.vet | http://Bergen.gallery  | http://Ålesund.gallery | http://geiranger.gallery | http://fjord.photos | http://foto.oslo.no
Apache | PHP 8.1 | MariaDB

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact