Okay
  Public Ticket #2159666
Home Slider & Page Content & Footer order
Closed

Comments

  • rhondelon started the conversation

    I'm trying to setup a site using Home Page slider (for customer convenience), some custom blog elements (default home page) and a custom footer. 

    When using the templates Home - Recent Posts, Home - Slider Only, Home - Recent Work it immediately displays the footer following the home slider and then page content after the footer. 

  •  3,023
    Andrew replied

    Hi there,

    I checked the link you shared and was not able to replicate the issue.

    Clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ 

    Hope this helps.

  • rhondelon replied

    This is not a caching issue, it is disabled during development. I've changed the template type back for you to view it live. 

  •  3,023
    Andrew replied

    Hi there,

    Use the following custom css in Salient > General settings > CSS/ Script related:

    @media only screen and (min-width: 768px){
        body[data-footer-reveal="1"] #footer-outer{
        position:relative;
    }
    }
    

    Hope this helps.

  • rhondelon replied

    All is well, thanks for your suggestion. It has worked.