eddiesigner / liebling

Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼
https://github.com/eddiesigner/liebling/releases
MIT License
1.26k stars 598 forks source link

dropdowns #416

Closed johnggraham closed 2 years ago

johnggraham commented 2 years ago

Hi Can I apply dropdowns to any navigation title in the navigation bar, also can I fix the navigation bar on scrolling so it always stays in view?

eddiesigner commented 2 years ago

Hi,

Currently there is no way to add a dropdown to the navigation items, sorry.

To fix the navigation bar on scrolling you can inject the following code in the Ghost Admin:

<style>
.m-header {
  transform: translateY(0) !important;
}
</style>
johnggraham commented 2 years ago

Thanks for replying! greatly appreciated