Okay
  Public Ticket #952775
Extra padding issue above 'reveal footer'
Closed

Comments

  •  2
    Ben started the conversation

    I'm having an issue with some extra space being applied above my "reveal footer" (see attached). The strange thing is that when I try to inspect the element, it goes away when my console pane appears. Any idea what could be causing this?

  •  8,996
    Tahir replied

    Hey Ben,

    Try adjusting the Footer Shadow in Footer Options Tab : 

    It could be a bug . 

    Thanks 


    ThemeNectar Support Team 

  •  2
    Ben replied

    Just tried changing the shadow size, but the issue still persists. I'm assuming it's a bug. :-(

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div#mimi-form-2 {
        max-height: 278px !important;
    }


    If it doesnt work try removing this form and see if that  fixes it : 

    Thanks 


    ThemeNectar Support Team 

  •  2
    Ben replied

    Ok yes, this helps fix the extra spacing above the footer. Thanks for the hack! ;-)