Hello!
Love your theme and your assistance.
Is there a way to place header to the bottom of the screen (always visible, with option to shrink when you scroll down)?
Thank you!
M.
Hey mfrangezmaribor,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#main{
margin-bottom: 400px; /* Margin bottom value should be equal to the height of the header */
}
#header {
position: fixed;
width: 100%;
bottom: 0;
left:0;
right:0;
z-index: 10000;
}
Best regards,
Vinay
Thank you, Vinay!
Awesome. Great work!
M.
Hi,
Glad we could help!
Please take a moment to review our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay