White area under slider revolution full screen

Hi,

I’d like to make the revolution slider full screen but there’s a white space underneath the slider. I don’t believe it’s the footer, but I can’t figure out how to get rid of that space. I added “.masthead, #wpadminbar, .colophon” to the “Increase/Decrease Fullscreen Height” option but it didn’t seem to help.

Much thanks,
Harpreet

Hi Harpreet,

The white space is your content area. If you don’t need it you can add the code below in CORNERSTONE PAGE BUILDER > CSS

/* Hide content Area*/
.main {
   display:none;
}

Hope this helps

1 Like

That works. Thank you so much!

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.