Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #28975

    Could you please offer the CSS to apply the fixed header code to the “Header with social icons and bottom navigation”.

    Thanks

    #139325

    Hi,

    You don’t need that, you just need to select the right option in the Theme Options page > Header:

    Regards,

    Josue

    #139326

    Thanks but I know that already. I would like a fixed header with “Header with Social Icons and bottom navigation”. I like the layout of this nav but would like it to be a fixed position.

    Thanks

    #139327

    Hey,

    You can add this on your custom.css or Quick CSS:

    #header {
    position: fixed;
    }

    #main {
    padding-top: 156px;
    }

    Regards,

    Ismael

    #139328

    Thank you Ismael – also for your post regarding the side page navigation category control for posts!

    Many thanks!

    #139329

    Hi Ismael,

    It ended up fixing the header_main and header_meta divs as well. Was hoping for just the global nav bar.

    #139330

    Hi xyzb,

    Unfortunately it would require a bit more in depth changes to separate out the nav by itself but you can request the additional option for a future update in the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Devin

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Fixed Header’ is closed to new replies.