Slider not showing

Hello,
It seems that the homepage slider disappearing in mobile devices(480px). Not sure how to fix this.

Thank you

Hi @renaissanceman,

It’s because of this CSS,

@media (max-width: 480px)
.wpb_wrapper {
    display: none;
} 

And it’s coming from the WPBakery element, may I know how you added your slider, I can’t seems to reproduce it on my installation.

Thanks!

It’s been a while, but the homepage was constructed in bakery just before cornerstone was implemented.

I removed that code and its working now,

Thank you

You are most welcome!

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