Okay
  Public Ticket #336691
Footer + Nectar Slider
Closed

Comments

  • Paul started the conversation

    Hi there Nectar,
    Great theme, great support.


    We are currently using the full screen nectar slider on the landing page of this site. We cannot find the reason for the extra scroll at the base of the full screen slider down to the footer. As in the footer is not flush beneath the fold... or we would be happy if the footer was sitting on the fold at the bottom of the browser window on desktop.

    Here is a link to see our issue:

    http://www.a2.airbornecreative.com/

    Basically we want to limit the scroll right when people land on the page. Might you know what is causing this? The arrows for the slider even seem to have dropped down and are not centre due to this issue also I've noticed.

    Loving your template. +++

    PK

  •  8,455
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .home #footer-outer {
        
        position: fixed!important;
        
        width: 100%!important;
        
        bottom: 0;
        
        left: 0;
    
    
    }
    
    
    
    
    .home .container-wrap {
        margin-bottom: -100px !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Paul replied

    Fantastic. Worked perfectly.

    Thank you SUPPORT.

    PK