Page Turn on Mobile

Hello,

I’m sure this has been asked before but i couldn’t find it in the forums. How do I remove this? https://www.screencast.com/t/MWgBJ97CM

Thanks!

Hi there,

Please add this code in X > Theme Options > CSS:

@media (max-width: 480px) {
    #bitnami-banner {
        display: none;
    }
}

Here are some related links for further reading:

Hope this helps.

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