Widgets don't display on mobile version (ipad too)

This support request was posted in Flatbase by Choosed

Request ID #38065 In Progress
  • Some widgets do not display on mobile version of my website. I guess the problem in the style.css (responsive section) ?
    There are no plugins installed and no additional code was added in custom.css

    Examples: https://imgur.com/a/6j1dxfH – Desktop version (1920×1080), all widgets are displaying.
    https://imgur.com/a/ZXU7BLz – Mobile version, (happens on Iphone Plus, happens on 9,7 Ipad, even on PC when window is resized)

    Could you instruct me on this? Can i add some code to custom.css to fix this or something like that?

    I understand that it may be a “feature” and not a bug, but i think then there’s should be atleast an option to disable or enable it, because i actually want all widgets to display on all devices.

    Hi,

    Thank you for writing. I hope you are doing well.

    Yes, that area is hidden on mobile devices because of a design decision.

    You can add the following code to display the sidebar on those devices:

    
    @media screen and (max-width: 1024px) {
        #sidebar {
            display: block;
            width: 100%;
        }
    }
    
    

    Best,
    Juan.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server