Okay
  Public Ticket #288074
Landing Page - No Scrolling
Closed

Comments

  • Julian started the conversation

    How could I make a landing page that shows the footer but would fit inside the browser's window without the need of scrolling?

    I just want it to be one page that shows the menu and the footer with the nice bubbling background.

    Thanks :)

  •  8,839
    Tahir replied

    Hey!

    You can use a Nectar Slider with fullscreen turned on and give the footer a negative margin to move it up. 

    Thanks


    ThemeNectar Support Team 

  • Julian replied

    and where can I change that footer margin? any suggested number for that negative number?

    Thanks!

  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    
    
    
    .home #footer-outer {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
    
    
    

    Thanks


    ThemeNectar Support Team