Sidebar & Widgets don't appear in mobile view
- The topic ‘Sidebar & Widgets don't appear in mobile view’ is closed to new replies.
Need help? Check out our Support site, then
Hello, when I use the mobile version of my site, the sidebar and widgets don’t show up at all. I’ve tried writing the widgets as html.
I’ve tried adding this code
@media (max-width: 1000px) {
.sidebar { display: block; width:100%; margin-top:2em;}
}
But nothing seems to be working. Any help would be appreciated.
P.S.
Just a suggestion, the setup for homepage instructions should be more thorough as well.
The blog I need help with is: (visible only to logged in users)
Just to clarify, I added this code
@media only screen and (max-width: 1023px) {
.sidebar.left {
display: block;
}
}
This fixed it, now the only problem is that the widgets don’t show up on page 1 of the home page. But show up on every page after that. Please help.
Hello,
The widgets seem to appear in mobile view for me as expected on your home page. You may need to clear your browser cache before you notice the change.
I hope this helps. Thanks!