Piwigo / piwigo-bootstrap-darkroom

A mobile-ready and feature-rich theme for Piwigo photo gallery, based on Bootstrap 4
Apache License 2.0
83 stars 40 forks source link

Reduce Height of Hero Header #322

Closed sjgarth closed 2 years ago

sjgarth commented 2 years ago

Hi, I cannot find the code for the hero header, and i wish to reduce its height by about half. Any idea how to do this? Thanks

HWFord commented 2 years ago

You can acheive this with css, using the LocalFilesEditor plugin.

Here is an example of how to reduce the height of the hero header by half

.page-header.page-header-small {
    height: 30vh;
}