Home Forums Theme support Strong Theme: Sidebar Menu appears on bottom of Page on Mobile devices

This topic contains 5 replies, has 3 voices, and was last updated by  7Theme Support 7 years, 5 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Hi,

    In the strong theme, the Sidebar Menu appears on bottom of Page on Mobile devices instead of to the left as I have it set up on the PC view. Is there a way to have it display to the left just like the PC version? I checked all the settings but haven’t seen a setting for this.

    Thanks,
    Angela

    Hi Angela,

    on a mobile version the sidebar is always below the content, because there is not enough space to display sidebar and content side by side. That’s why there is no option for it in the theme options.

    Thank you so then is there a way to turn off the mobile version?

    Please check WP admin -> Appearance -> Theme Options -> General -> Enable responsive design and uncheck the checkbox. But after this the theme is not responsive anymore, non of the element will respond to the screensize, so use it at your own risk.

    Hi,

    I just found this post after having the same issue with the Hot Theme.

    IS there no way to turn off the sidebar when the width gets to a certain point instead of showing it below the page. It’s better off just not showing than showing underneath the content and poorly positioned.

    Surely there is a way to instruct it to instead of placing the sidebar underneath to just hide it?

    Hi,

    you can add this css code to your style.css file to hide the sidebar on smaller screens:

    @media only screen and (max-width: 1059px)   {
        .mainsection .sidebar {
            display:none !important;
        }
    }

    This will hide the sidebar.

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

You must be logged in to reply to this topic.