Announcement

  •  » Themes
  •  » Center the gallery Title and page banner

#1 2022-03-19 17:18:12

kdmiller45
Member
Phoenix
2018-07-16
67

Center the gallery Title and page banner

Hello,

would like to center both items as noted in the subject line, how can this be done

(Copy here your environment details, found on your Piwigo page [Administration > Tools > Maintenance])
Piwigo 12.2.0 Check for upgrade
Operating system: Linux
PHP: 7.4.3 (Show info) [2022-03-19 16:16:48]
MySQL: 8.0.28-0ubuntu0.20.04.3 [2022-03-19 16:16:48]
Graphics Library: ImageMagick 6.9.10-23
Cache size 225.64 MB   calculated right now Refresh

Piwigo URL: https://ourlifeinpixs.com

Thanks
Keith

Offline

 

#2 2022-07-20 07:47:21

hannah
Piwigo Team
2019-04-24
56

Re: Center the gallery Title and page banner

Hi kdmiller45,

This is achievable using the LocalFilesEditor plugin to change the Css. Looking at your current theme, here is an example of what could be done to center the title and banner:

Code:

#theHeader{
text-align:center;
}

#theHeader h1, #theHeader p{
display:inline-block;
float:unset;
}

Offline

 
  •  » Themes
  •  » Center the gallery Title and page banner

Board footer

Powered by FluxBB

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