• The right sidebar widgets are not visible when viewed on mobile. I have installed the Grow theme and I would like to view the widgets below the content, above the footer in the mobile device.
    I tried using Jetpack’s mobile theme, it does show the widgets but doesn’t show the slider that I have included in the header. I like how the Grow theme looks on mobile but I also want the widgets to be visible and not just blog post content.

    This is my website – https://themeowcode.com. Please help!!

Viewing 1 replies (of 1 total)
  • I have Grow Pro and found this in the knowledge base. Hope it helps.
    —————-
    Enable Mobile Sidebar

    By default the sidebar will not display on devices which are smaller than 685px wide. However, we can fore the sidebar to show by using some custom css.

    To enable the sidebar on mobile devices please add the following custom css to your site using either a child theme or directly from the theme options panel under General Settings -> Custom CSS.

    @media only screen and (max-width: 685px) {
    #sidebar {
    display: block !important;
    width: 100% !important;
    }
    }
    Note: If the sidebar is enabled then it will display below your main content.

    If you have changed the width of the main content area and as shown in the knowledge base article Change Sidebar Width. Then the code in this article must be placed after the code shown in the knowledge base article Change Sidebar Width.

Viewing 1 replies (of 1 total)
  • The topic ‘Can't view widgets on mobile device’ is closed to new replies.