DonDebonair / pelican-bootstrap3

Bootstrap 3 theme for Pelican
330 stars 259 forks source link

Tipue search box pinned to top of viewport #253

Closed jmooo closed 8 years ago

jmooo commented 8 years ago

Looks like when using a Bootswatch theme the search box from Tipue is stuck at the top of the viewport, it doesn't center itself in the navbar like say, the Archives button does:

searchbox

There are two li elements, one for search one for Archives, and while the Archives li takes up the whole navbar the Search one does not. I'm not sure the correct css method for centering the search box in the navbar but this nasty hack in my custom.css at least makes it look ok for now:

/* Search box suck at top of viewport without this */
.navbar-search { margin-top: 8px; }

Using Tipue v5, Bootswatch paper theme

DonDebonair commented 8 years ago

Hi!

First of all, thanks for your interest in this theme! It's with heavy heart that I have decided that I can no longer maintain this theme due to lack of time and changing interests. To makes sure the theme lives on however and not goes to waste, I've donated it to the Pelican community. It can now be found in the official pelican-themes repository. I'd suggest you re-submit your issue there.

Sorry for the inconvenience!