Okay
  Public Ticket #329460
floating footer?
Closed

Comments

  • Eric started the conversation

    is it possible to have a floating footer at the bottom of the browser window?

  •  9,028
    Tahir replied

    Hey!

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

    Thanks 


    ThemeNectar Support Team 

  • Eric replied

    Tahir, thanks for the quick response.

    2 things.  first, the css (mac, firefox) doesn't seem to like "important".  it flags it with a little hazard sign.

    secondly, the code sweeps in all the widget information "recent posts" "recent comments" etc [which i gather must be part of the footer class] when all i want is just the bar with the (c) copyright material and the social media icons.  is there a way to do that?

  •  9,028
    Tahir replied

    Hey Eric!

    Could you provide your page url so i can write up some custom css. 

    Thanks 


    ThemeNectar Support Team 

  •   Eric replied privately
  •  9,028
    Tahir replied

    Hey Again!

    Use this instead for the copyright row only:

    #footer-outer #copyright{
      position: fixed!important;
      width: 100%!important;
      bottom: 0;
      left: 0;
    }
    

    Thanks 


    ThemeNectar Support Team 

  • Eric replied

    PERFECT!

    thank you so much.

  •   Eric replied privately
  •  9,028
    Tahir replied

    Hey Again,

    Its possible that the Envato API is timing out. Please create a new Ticket ans paste in the purchase code so we can respond accordingly. 

    Thanks 


    ThemeNectar Support Team 

  •   etagelarsen replied privately