Announcement

  •  » Themes
  •  » [Theme] Bootstrap Darkroom - How to resize an album title?

#1 2023-10-31 10:15:06

Exabot
Member
2023-10-31
5

[Theme] Bootstrap Darkroom - How to resize an album title?

Hello,

Using the Bootstrap Darkroom theme. The size of the album title is too large and some of the text is missing. How to resize an album title?

Offline

 

#2 2023-11-03 09:32:03

hannah
Piwigo Team
2019-04-24
57

Re: [Theme] Bootstrap Darkroom - How to resize an album title?

Hello Exabot,
You can use the LocalFilesEditor plugin too change the CSS used for the album title. This will allow you to reduce the size

Offline

 

#3 2023-11-06 10:50:58

Exabot
Member
2023-10-31
5

Re: [Theme] Bootstrap Darkroom - How to resize an album title?

Any example of the given code?

Offline

 

#4 2023-11-06 12:58:40

Katryne
Member
2016-12-03
372

Re: [Theme] Bootstrap Darkroom - How to resize an album title?

What album title do you mean ? On the main categories page ? In the breadcrumb ? Give a link to your site or post a screenshot of  what you want.


http://photos.katrynou.fr/ v.14.1.0 https://album.chauvigne.info/ v.13.8.0
Système d'exploitation: Linux - Hébergeur 1&1-Ionos PHP: 8.0.28 - MySQL: 5.7.38
Bibliothèque graphique: External ImageMagick 6.9.10-23

Offline

 

#5 2023-11-10 10:02:41

Exabot
Member
2023-10-31
5

Re: [Theme] Bootstrap Darkroom - How to resize an album title?

Home page
https://www.upload.ee/image/15917695/Homepage.png

Offline

 

#6 2023-11-10 10:24:26

Katryne
Member
2016-12-03
372

Re: [Theme] Bootstrap Darkroom - How to resize an album title?

Try this in the css tab of Local Files Editor plugin :

.card-title, .card-title a {
font-size: 12px !important;
}
and modify the pixel number until you find the size you want.


http://photos.katrynou.fr/ v.14.1.0 https://album.chauvigne.info/ v.13.8.0
Système d'exploitation: Linux - Hébergeur 1&1-Ionos PHP: 8.0.28 - MySQL: 5.7.38
Bibliothèque graphique: External ImageMagick 6.9.10-23

Offline

 

#7 2023-11-10 11:44:24

Exabot
Member
2023-10-31
5

Re: [Theme] Bootstrap Darkroom - How to resize an album title?

Thank you! Works!
What would be the code for the long album title to go on the second line?

Offline

 

#8 2023-11-10 16:52:00

Katryne
Member
2016-12-03
372

Re: [Theme] Bootstrap Darkroom - How to resize an album title?

Code:

.card-title {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

http://photos.katrynou.fr/ v.14.1.0 https://album.chauvigne.info/ v.13.8.0
Système d'exploitation: Linux - Hébergeur 1&1-Ionos PHP: 8.0.28 - MySQL: 5.7.38
Bibliothèque graphique: External ImageMagick 6.9.10-23

Offline

 

#9 2023-11-13 08:14:42

Exabot
Member
2023-10-31
5

Re: [Theme] Bootstrap Darkroom - How to resize an album title?

Thank you!

Offline

 

#10 2023-11-13 08:30:53

Katryne
Member
2016-12-03
372

Re: [Theme] Bootstrap Darkroom - How to resize an album title?

Trade secret for this code: thanks Chat GPT.


http://photos.katrynou.fr/ v.14.1.0 https://album.chauvigne.info/ v.13.8.0
Système d'exploitation: Linux - Hébergeur 1&1-Ionos PHP: 8.0.28 - MySQL: 5.7.38
Bibliothèque graphique: External ImageMagick 6.9.10-23

Offline

 
  •  » Themes
  •  » [Theme] Bootstrap Darkroom - How to resize an album title?

Board footer

Powered by FluxBB

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