Title: sticky nav and footer?
Last modified: June 26, 2017

---

# sticky nav and footer?

 *  Resolved [milocode](https://wordpress.org/support/users/milocode/)
 * (@milocode)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-image-239/)
 * Hi
 * Is it possible?
    -  This topic was modified 8 years, 11 months ago by [milocode](https://wordpress.org/support/users/milocode/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [milocode](https://wordpress.org/support/users/milocode/)
 * (@milocode)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-image-239/#post-9260642)
 * also do you have button styles in css? I need button in nav 🙂
 *  Theme Author [Dario Devcic](https://wordpress.org/support/users/dariodev/)
 * (@dariodev)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-image-239/#post-9281345)
 * To get sticky header try adding following CSS in the Customizer -> Additional
   CSS
    .site-header { position: fixed; width: 100%; } #main { padding-top: 90px;}
 * Sticky footer – this is more complicated, I must check through.
 *  Theme Author [Dario Devcic](https://wordpress.org/support/users/dariodev/)
 * (@dariodev)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/header-image-239/#post-9281365)
 * If you need button in the main navigation (like Download button in Themelia demo):
   –
   add “cta” class to menu item. additional optional classes “br-pill” if you want
   rounded corners, “shadow-0” to remove shadow. for different styles add one of
   the following “info, success, primary, secondary, dark, warning, danger”.
 * See all styles here [https://github.com/dariodev/themelia/blob/master/style.css#L1200](https://github.com/dariodev/themelia/blob/master/style.css#L1200)
 * Check the screenshot how to add classes [http://imgur.com/a/FS9AL](http://imgur.com/a/FS9AL)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘sticky nav and footer?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/themelia/1.3.1/screenshot.png)
 * Themelia
 * [Support Threads](https://wordpress.org/support/theme/themelia/)
 * [Active Topics](https://wordpress.org/support/theme/themelia/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/themelia/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/themelia/reviews/)

## Tags

 * [menu button](https://wordpress.org/support/topic-tag/menu-button/)
 * [sticky nav](https://wordpress.org/support/topic-tag/sticky-nav/)

 * 3 replies
 * 2 participants
 * Last reply from: [Dario Devcic](https://wordpress.org/support/users/dariodev/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/header-image-239/#post-9281365)
 * Status: resolved