Could you please offer the CSS to apply the fixed header code to the “Header with social icons and bottom navigation”.
Thanks
Hi,
You don’t need that, you just need to select the right option in the Theme Options page > Header:
Regards,
Josue
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
Hey,
You can add this on your custom.css or Quick CSS:
#header {
position: fixed;
}
#main {
padding-top: 156px;
}
Regards,
Ismael
Thank you Ismael – also for your post regarding the side page navigation category control for posts!
Many thanks!
Hi Ismael,
It ended up fixing the header_main and header_meta divs as well. Was hoping for just the global nav bar.
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