• Hello! My website is showing normal on desktop but on tablet and mobile is blank. What is wrong? Please help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • There is some setting in your theme which is turning off the “sliding bar area” in mobile view. This applies to a viewport 800px wide or less. This setting is hiding the whole page. See your theme documentation or discuss with the theme vendor’s support service.

    Until then, you should be able to get round the problem with this custom css:

    
    @media only screen and (max-width: 800px) {
    .no-mobile-slidingbar #slidingbar-area {
        display: block
    }
    
    Thread Starter mixalis795

    (@mixalis795)

    That code worked thank you so so so much my friend you are the best. I have Avada theme, do you know where i can change that option?

    Sorry no. wordpress.org forum members don’t have access to commercial themes. You’ll need to check the documentation or ask the vendor’s support service. Some vendors have forums for their customers where you may be able to ask about this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Website blank on mobile and tablet’ is closed to new replies.