Force space for Slider Revolution during page load

Hello,

We have a Slider on our homepage that is set in Page Options > Slider Setting: Below Masthead

During the page load, I see the cornerstone content below my navbar, once the slider loads it pushes the content down.

How can I fix this so I am not seeing the content be pushed down? I think the CSS needs to force the space and show a solid color background and the slider loading icon while the rest of the slider loads…

http://www.lainternet.biz/

Thanks,

Micah


Hi Micah,

Try setting the slider to be fullscreen to fix the issue.

Let us know how this goes.

We already have that set and it’s not accomplishing what we want.

Micah

Hi There,

Let’s give the slider container a height before the slider gets loaded. Please add this on top of the Theme Options > CSS

.x-slider-container.below {
	min-height: 70vh;
}

Don’t forget to clear your caching plugin and browser’s cache.

Hope it helps,
Cheers!

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