Announcement

#1 2017-06-29 06:42:25

pcp20us
Member
2017-06-29
10

Header photo using bootstarp darkroom theme

Hi guys, First post as i have been getting use to Piwigo and how things are done.

I am upgrading my photo website from gallery2 ( as it is now not running any more) to piwigo as it seems pretty good.

I am using the bootstrap darkroom theme. However my header photo is overlapping the menus and or body.( i am not a coder so my terminolgy may be wrong)

I was using the header plugin before i found the bootstrap theme. But I see that it has a location to feild in the theme to point to the header, so assume its not using the header plugin?

Here is the link to my site. https://noosaimages.com.au/piwigo/
How can move the body section down a bit, is there an option for this or do i need to mod some html.

I did try the jumbotron setting but its to large

Thanks


Piwigo version:
PHP version:
MySQL version:
Piwigo URL: http://

Offline

 

#2 2017-06-29 09:05:18

teekay
Member
2013-06-12
427

Re: Header photo using bootstarp darkroom theme

The header logo function is, well, for a logo.

Your image has the size of a background image.

You could either set it as a background image for the navbar, something like

Code:

.navbar-main>.container {
 background: url('https://noosaimages.com.au/piwigo/themes/lennox800.jpg');
 background-repeat: no-repeat;
 background-size: cover;
 min-height: 100px;
}

..but that will make the menu unreadable I guess.

Or use the jumbotron and make it smaller, like

Code:

.jumbotron {
  max-height: 100px;
}

Last edited by teekay (2017-06-30 08:55:11)

Offline

 

Board footer

Powered by FluxBB

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