Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #739716

    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.

    #739822

    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

    #739903

    Thank you, Vinay!

    Awesome. Great work!

    M.

    #739910

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header positioned on the bottom.’ is closed to new replies.