Announcement

#1 2018-04-03 23:56:46

Daljit68
Member
2018-03-30
10

Move Gallery_Title a little

Hi

I'm trying to customise my home page on Bootstrap Darkroom.  I've reduced the height of the jumbotron, however, the h1 text is now too close to the bottom - how can i move it up?

I'm not a coder, but had a look through header.tpl to see if i could see anything that fixed its position - i couldn't see anything.

Any advice would be most welcome.

Daljit

Piwigo version:
PHP version:
MySQL version:
Piwigo URL: http://happiestdaysofmy.life

Offline

 

#2 2018-04-04 08:29:09

teekay
Member
2013-06-12
427

Re: Move Gallery_Title a little

How did you decrease the height of the jumbotron?

The correct way would be to reduce its top/bottom padding, like:

Code:

@media (min-width: 576px) {
  .jumbotron {
    padding: 2rem 2rem;
  }
}

(default is 4rem 2rem)

Last edited by teekay (2018-04-04 08:31:33)

Offline

 

#3 2018-04-04 12:11:05

Daljit68
Member
2018-03-30
10

Re: Move Gallery_Title a little

Thanks teekay.  That works perfectly!

I was using this:

.jumbotron {
  height: 100px;
}

Cheers

Daljit

Offline

 

Board footer

Powered by FluxBB

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