• Resolved kezzybee

    (@kezzybee)


    Hi,
    Love the template and it works brilliantly on the desktop, however the sidebar and categories are not showing on mobile devices, it’s just my logo and a list of my posts, so no option for navigation.
    I’ve uninstalled all plug-ins and that’s not it.
    Any clues??
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kezzybee

    (@kezzybee)

    Ok! After looking for ages, I’ve just found the answer on another forum so have posted it and marked the post as resovled.

    Go to your theme style.css file and under the responsive section (marked with #14) find this line:

    @media (max-width: 800px) {

    8 lines below that you will find this:

    .sidebar { display: none; }

    Change “none” with “inline” (or right, left, bottom) and you will see the sidebar on mobile phones.

    Thanks kezzybee for the answer
    However, the responsive section on my website was marked #13 and when i changed none to inline/bottom, the sidebar showed on mobile but it was on top of the content.
    I read in another forum where the theme owner said the theme has been designed not to show a sidebar on smartphones.
    Can you provide directive on how to make the sidebar content show under the content when viewed on smartphones.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar & Categories not showing on mobile’ is closed to new replies.