Okay
  Public Ticket #1043269
Full Rows Slider not Full Height
Closed

Comments

  •  2
    DrHariri started the conversation

    Hi,

    I installed the theme just now and imported the App demo but the full height rows are not showing as full height as there is an empty space at the bottom of the page. I've tried adding CSS to hide the footer but didn't seem to help.

    Thanks!

  •  8,998
    Tahir replied

    Hey Dr,

    You seem to have removed the Header using display none . If Fullscreen Page Rows Option is Enabled you will have to use this css : 

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

    #header-space, #header-outer, #header-secondary-outer, #footer-outer {
        display: none;
        padding: 0px !important;
        height: 0px !important;
    }

    Thanks



    ThemeNectar Support Team