Widgets don't display on mobile version (ipad too)
This support request was posted in Flatbase by Choosed
- Choosed October 19, 2018 at 2:01 pm
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.cssExamples: 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?
Choosed October 19, 2018 at 3:21 pmI 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.
Juanfra Aldasoro October 22, 2018 at 11:46 amHi,
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.
You must be logged in to reply to this topic.